Interface DescribeNodeAssociationStatusResponse.Builder

    • Method Detail

      • 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, NodeAssociationStatus
      • 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:
        NodeAssociationStatus, NodeAssociationStatus
      • engineAttributes

        DescribeNodeAssociationStatusResponse.Builder engineAttributes​(Collection<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

        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.