public static interface DescribeNodeAssociationStatusRequest.Builder extends OpsWorksCmRequest.Builder, CopyableBuilder<DescribeNodeAssociationStatusRequest.Builder,DescribeNodeAssociationStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeAssociationStatusRequest.Builder |
nodeAssociationStatusToken(String nodeAssociationStatusToken)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
|
DescribeNodeAssociationStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeNodeAssociationStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeNodeAssociationStatusRequest.Builder |
serverName(String serverName)
The name of the server from which to disassociate the node.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeNodeAssociationStatusRequest.Builder nodeAssociationStatusToken(String nodeAssociationStatusToken)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
nodeAssociationStatusToken - The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.DescribeNodeAssociationStatusRequest.Builder serverName(String serverName)
The name of the server from which to disassociate the node.
serverName - The name of the server from which to disassociate the node.DescribeNodeAssociationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeNodeAssociationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.