Interface DescribeEffectiveInstanceAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEffectiveInstanceAssociationsRequest.Builder,DescribeEffectiveInstanceAssociationsRequest>
,SdkBuilder<DescribeEffectiveInstanceAssociationsRequest.Builder,DescribeEffectiveInstanceAssociationsRequest>
,SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
- DescribeEffectiveInstanceAssociationsRequest
public static interface DescribeEffectiveInstanceAssociationsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeEffectiveInstanceAssociationsRequest.Builder,DescribeEffectiveInstanceAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEffectiveInstanceAssociationsRequest.Builder
instanceId(String instanceId)
The managed node 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeEffectiveInstanceAssociationsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
instanceId
DescribeEffectiveInstanceAssociationsRequest.Builder instanceId(String instanceId)
The managed node ID for which you want to view all associations.
- Parameters:
instanceId
- The managed node ID for which you want to view all associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeEffectiveInstanceAssociationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEffectiveInstanceAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEffectiveInstanceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-