Interface InboundConnectionStatus.Builder

    • Method Detail

      • statusCode

        InboundConnectionStatus.Builder statusCode​(String statusCode)

        The status code for the connection. Can be one of the following:

        • PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.

        • APPROVED: Inbound connection is pending acceptance by the remote domain owner.

        • PROVISIONING: Inbound connection is being provisioned.

        • ACTIVE: Inbound connection is active and ready to use.

        • REJECTING: Inbound connection rejection is in process.

        • REJECTED: Inbound connection is rejected.

        • DELETING: Inbound connection deletion is in progress.

        • DELETED: Inbound connection is deleted and can no longer be used.

        Parameters:
        statusCode - The status code for the connection. Can be one of the following:

        • PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.

        • APPROVED: Inbound connection is pending acceptance by the remote domain owner.

        • PROVISIONING: Inbound connection is being provisioned.

        • ACTIVE: Inbound connection is active and ready to use.

        • REJECTING: Inbound connection rejection is in process.

        • REJECTED: Inbound connection is rejected.

        • DELETING: Inbound connection deletion is in progress.

        • DELETED: Inbound connection is deleted and can no longer be used.

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

        InboundConnectionStatus.Builder statusCode​(InboundConnectionStatusCode statusCode)

        The status code for the connection. Can be one of the following:

        • PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.

        • APPROVED: Inbound connection is pending acceptance by the remote domain owner.

        • PROVISIONING: Inbound connection is being provisioned.

        • ACTIVE: Inbound connection is active and ready to use.

        • REJECTING: Inbound connection rejection is in process.

        • REJECTED: Inbound connection is rejected.

        • DELETING: Inbound connection deletion is in progress.

        • DELETED: Inbound connection is deleted and can no longer be used.

        Parameters:
        statusCode - The status code for the connection. Can be one of the following:

        • PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.

        • APPROVED: Inbound connection is pending acceptance by the remote domain owner.

        • PROVISIONING: Inbound connection is being provisioned.

        • ACTIVE: Inbound connection is active and ready to use.

        • REJECTING: Inbound connection rejection is in process.

        • REJECTED: Inbound connection is rejected.

        • DELETING: Inbound connection deletion is in progress.

        • DELETED: Inbound connection is deleted and can no longer be used.

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

        InboundConnectionStatus.Builder message​(String message)

        Information about the connection.

        Parameters:
        message - Information about the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.