public static interface DescribePatchBaselinesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribePatchBaselinesRequest.Builder,DescribePatchBaselinesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribePatchBaselinesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
filters
- Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
DescribePatchBaselinesRequest.Builder filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
filters
- Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
DescribePatchBaselinesRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribePatchBaselinesRequest.Builder maxResults(Integer maxResults)
The maximum number of patch baselines to return (per page).
maxResults
- The maximum number of patch baselines to return (per page).DescribePatchBaselinesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)DescribePatchBaselinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribePatchBaselinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.