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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeNodeAssociationStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeNodeAssociationStatusRequest.Builder |
serverName(String serverName)
The name of the server from which to disassociate the node.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeNodeAssociationStatusRequest.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.