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 managed node for which patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
instanceIds(String... instanceIds)
The ID of the managed node for which patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of managed nodes to return (per page).
|
DescribeInstancePatchStatesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstancePatchStatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeInstancePatchStatesRequest.Builder instanceIds(Collection<String> instanceIds)
The ID of the managed node for which patch state information should be retrieved.
instanceIds
- The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder instanceIds(String... instanceIds)
The ID of the managed node for which patch state information should be retrieved.
instanceIds
- The ID of the managed node for which 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 managed nodes to return (per page).
maxResults
- The maximum number of managed nodes to return (per page).DescribeInstancePatchStatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeInstancePatchStatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.