public static interface DescribeEffectiveInstanceAssociationsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeEffectiveInstanceAssociationsRequest.Builder,DescribeEffectiveInstanceAssociationsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeEffectiveInstanceAssociationsRequest.Builder |
instanceId(String instanceId)
The instance ID for which you want to view all associations.
|
DescribeEffectiveInstanceAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeEffectiveInstanceAssociationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeEffectiveInstanceAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEffectiveInstanceAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
DescribeEffectiveInstanceAssociationsRequest.Builder instanceId(String instanceId)
The instance ID for which you want to view all associations.
instanceId
- The instance ID for which you want to view all associations.DescribeEffectiveInstanceAssociationsRequest.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.DescribeEffectiveInstanceAssociationsRequest.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.)DescribeEffectiveInstanceAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeEffectiveInstanceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.