public static interface DescribeInstancePatchesRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
buildrequestOverrideConfigDescribeInstancePatchesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderDescribeInstancePatchesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.