Interface DescribeNodeAssociationStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeNodeAssociationStatusResponse.Builder,DescribeNodeAssociationStatusResponse>, OpsWorksCmResponse.Builder, SdkBuilder<DescribeNodeAssociationStatusResponse.Builder,DescribeNodeAssociationStatusResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeNodeAssociationStatusResponse

  • Method Details

    • nodeAssociationStatus

      DescribeNodeAssociationStatusResponse.Builder nodeAssociationStatus(String nodeAssociationStatus)

      The status of the association or disassociation request.

      Possible values:

      • SUCCESS: The association or disassociation succeeded.

      • FAILED: The association or disassociation failed.

      • IN_PROGRESS: The association or disassociation is still in progress.

      Parameters:
      nodeAssociationStatus - The status of the association or disassociation request.

      Possible values:

      • SUCCESS: The association or disassociation succeeded.

      • FAILED: The association or disassociation failed.

      • IN_PROGRESS: The association or disassociation is still in progress.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nodeAssociationStatus

      DescribeNodeAssociationStatusResponse.Builder nodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)

      The status of the association or disassociation request.

      Possible values:

      • SUCCESS: The association or disassociation succeeded.

      • FAILED: The association or disassociation failed.

      • IN_PROGRESS: The association or disassociation is still in progress.

      Parameters:
      nodeAssociationStatus - The status of the association or disassociation request.

      Possible values:

      • SUCCESS: The association or disassociation succeeded.

      • FAILED: The association or disassociation failed.

      • IN_PROGRESS: The association or disassociation is still in progress.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engineAttributes

      Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

      Parameters:
      engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineAttributes

      DescribeNodeAssociationStatusResponse.Builder engineAttributes(EngineAttribute... engineAttributes)

      Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

      Parameters:
      engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineAttributes

      Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

      This is a convenience method that creates an instance of the EngineAttribute.Builder avoiding the need to create one manually via EngineAttribute.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to engineAttributes(List<EngineAttribute>).

      Parameters:
      engineAttributes - a consumer that will call methods on EngineAttribute.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: