Interface DescribeAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAssociationRequest.Builder,,DescribeAssociationRequest> SdkBuilder<DescribeAssociationRequest.Builder,,DescribeAssociationRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeAssociationRequest
@Mutable
@NotThreadSafe
public static interface DescribeAssociationRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssociationRequest.Builder,DescribeAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) The association ID for which you want information.associationVersion(String associationVersion) Specify the association version to retrieve.instanceId(String instanceId) The managed node ID.The name of the SSM document.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
name
The name of the SSM document.
- Parameters:
name- The name of the SSM document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The managed node ID.
- Parameters:
instanceId- The managed node ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
The association ID for which you want information.
- Parameters:
associationId- The association ID for which you want information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationVersion
Specify the association version to retrieve. To view the latest version, either specify
$LATESTfor this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.- Parameters:
associationVersion- Specify the association version to retrieve. To view the latest version, either specify$LATESTfor this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-