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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeInstancePatchStatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeInstancePatchStatesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeInstancePatchStatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.