public static interface DescribeInstanceAssociationsStatusRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DescribeInstanceAssociationsStatusRequest.Builder,DescribeInstanceAssociationsStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceAssociationsStatusRequest.Builder |
instanceId(String instanceId)
The instance 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeInstanceAssociationsStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeInstanceAssociationsStatusRequest.Builder instanceId(String instanceId)
The instance IDs for which you want association status information.
instanceId - The instance 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeInstanceAssociationsStatusRequest.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.