public static interface DescribeInstancePatchStatesRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesRequest.Builder |
instanceIds(Collection<String> instanceIds)
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
instanceIds(String... instanceIds)
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of instances to return (per page).
|
DescribeInstancePatchStatesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeInstancePatchStatesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeInstancePatchStatesRequest.Builder instanceIds(Collection<String> instanceIds)
The ID of the instance whose patch state information should be retrieved.
instanceIds - The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder instanceIds(String... instanceIds)
The ID of the instance whose patch state information should be retrieved.
instanceIds - The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchStatesRequest.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.)DescribeInstancePatchStatesRequest.Builder maxResults(Integer maxResults)
The maximum number of instances to return (per page).
maxResults - The maximum number of instances to return (per page).DescribeInstancePatchStatesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeInstancePatchStatesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.