public static interface DescribeInstanceAssociationsStatusRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstanceAssociationsStatusRequest.Builder,DescribeInstanceAssociationsStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceAssociationsStatusRequest.Builder |
instanceId(String instanceId)
The managed node IDs for which you want association status information.
|
DescribeInstanceAssociationsStatusRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeInstanceAssociationsStatusRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstanceAssociationsStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstanceAssociationsStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceAssociationsStatusRequest.Builder instanceId(String instanceId)
The managed node IDs for which you want association status information.
instanceId - The managed node IDs for which you want association status information.DescribeInstanceAssociationsStatusRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeInstanceAssociationsStatusRequest.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.)DescribeInstanceAssociationsStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstanceAssociationsStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.