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 Details

    • nodeAssociationStatusToken

      AssociateNodeResponse.Builder nodeAssociationStatusToken(String nodeAssociationStatusToken)

      Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.

      Parameters:
      nodeAssociationStatusToken - Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.