public static interface DescribePatchBaselinesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribePatchBaselinesRequest.Builder,DescribePatchBaselinesRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribePatchBaselinesRequest.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.BuilderDescribePatchBaselinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.