Interface InboundConnectionStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InboundConnectionStatus.Builder,,InboundConnectionStatus> SdkBuilder<InboundConnectionStatus.Builder,,InboundConnectionStatus> SdkPojo
- Enclosing class:
 InboundConnectionStatus
- 
Method Summary
Modifier and TypeMethodDescriptionInformation about the connection.statusCode(String statusCode) The status code for the connection.statusCode(InboundConnectionStatusCode statusCode) The status code for the connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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:
 
 - 
 
 - 
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:
 
 - 
 
 - 
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.
 
 
 -