public static interface DescribeInstancePatchStatesRequest.Builder extends SsmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeInstancePatchStatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeInstancePatchStatesRequest.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.