public static interface DescribeInstancePatchesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeInstancePatchesRequest.Builder instanceId(String instanceId)
The ID of the instance whose patch state information should be retrieved.
instanceId - The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
filters - Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
DescribeInstancePatchesRequest.Builder filters(PatchOrchestratorFilter... filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
filters - Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
DescribeInstancePatchesRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 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) DescribeInstancePatchesRequest.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.)DescribeInstancePatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults - The maximum number of patches to return (per page).DescribeInstancePatchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeInstancePatchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.