Interface DisassociateNodeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>,OpsWorksCmResponse.Builder,SdkBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateNodeResponse
public static interface DisassociateNodeResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateNodeResponse.BuildernodeAssociationStatusToken(String nodeAssociationStatusToken)Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the disassociation request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nodeAssociationStatusToken
DisassociateNodeResponse.Builder nodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the
DescribeNodeAssociationStatusAPI call to get the status of the disassociation request.- Parameters:
nodeAssociationStatusToken- Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the disassociation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-