public static interface InboundConnectionStatus.Builder extends SdkPojo, CopyableBuilder<InboundConnectionStatus.Builder,InboundConnectionStatus>
| Modifier and Type | Method and Description |
|---|---|
InboundConnectionStatus.Builder |
message(String message)
Information about the connection.
|
InboundConnectionStatus.Builder |
statusCode(InboundConnectionStatusCode statusCode)
The status code for the connection.
|
InboundConnectionStatus.Builder |
statusCode(String statusCode)
The status code for the connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInboundConnectionStatus.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.
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.
InboundConnectionStatusCode,
InboundConnectionStatusCodeInboundConnectionStatus.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.
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.
InboundConnectionStatusCode,
InboundConnectionStatusCodeInboundConnectionStatus.Builder message(String message)
Information about the connection.
message - Information about the connection.Copyright © 2022. All rights reserved.