Interface AssociateNodeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>,OpsWorksCmResponse.Builder,SdkBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateNodeResponse
public static interface AssociateNodeResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateNodeResponse.BuildernodeAssociationStatusToken(String nodeAssociationStatusToken)Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the association 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
AssociateNodeResponse.Builder nodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the
DescribeNodeAssociationStatusAPI call to get the status of the association request.- Parameters:
nodeAssociationStatusToken- Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the association request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-