Class OutboundConnectionStatus
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.OutboundConnectionStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutboundConnectionStatus.Builder,OutboundConnectionStatus>
@Generated("software.amazon.awssdk:codegen") public final class OutboundConnectionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutboundConnectionStatus.Builder,OutboundConnectionStatus>
The status of an outbound cross-cluster connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutboundConnectionStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutboundConnectionStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Verbose information for the outbound connection.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OutboundConnectionStatus.Builder>serializableBuilderClass()OutboundConnectionStatusCodestatusCode()The status code for the outbound connection.StringstatusCodeAsString()The status code for the outbound connection.OutboundConnectionStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
statusCode
public final OutboundConnectionStatusCode statusCode()
The status code for the outbound connection. Can be one of the following:
-
VALIDATING - The outbound connection request is being validated.
-
VALIDATION_FAILED - Validation failed for the connection request.
-
PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
-
APPROVED - Outbound connection has been approved by the remote domain owner for getting provisioned.
-
PROVISIONING - Outbound connection request is in process.
-
ACTIVE - Outbound connection is active and ready to use.
-
REJECTING - Outbound connection rejection by remote domain owner is in progress.
-
REJECTED - Outbound connection request is rejected by remote domain owner.
-
DELETING - Outbound connection deletion is in progress.
-
DELETED - Outbound connection is deleted and can no longer be used.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnOutboundConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status code for the outbound connection. Can be one of the following:
-
VALIDATING - The outbound connection request is being validated.
-
VALIDATION_FAILED - Validation failed for the connection request.
-
PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
-
APPROVED - Outbound connection has been approved by the remote domain owner for getting provisioned.
-
PROVISIONING - Outbound connection request is in process.
-
ACTIVE - Outbound connection is active and ready to use.
-
REJECTING - Outbound connection rejection by remote domain owner is in progress.
-
REJECTED - Outbound connection request is rejected by remote domain owner.
-
DELETING - Outbound connection deletion is in progress.
-
DELETED - Outbound connection is deleted and can no longer be used.
-
- See Also:
OutboundConnectionStatusCode
-
-
statusCodeAsString
public final String statusCodeAsString()
The status code for the outbound connection. Can be one of the following:
-
VALIDATING - The outbound connection request is being validated.
-
VALIDATION_FAILED - Validation failed for the connection request.
-
PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
-
APPROVED - Outbound connection has been approved by the remote domain owner for getting provisioned.
-
PROVISIONING - Outbound connection request is in process.
-
ACTIVE - Outbound connection is active and ready to use.
-
REJECTING - Outbound connection rejection by remote domain owner is in progress.
-
REJECTED - Outbound connection request is rejected by remote domain owner.
-
DELETING - Outbound connection deletion is in progress.
-
DELETED - Outbound connection is deleted and can no longer be used.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnOutboundConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status code for the outbound connection. Can be one of the following:
-
VALIDATING - The outbound connection request is being validated.
-
VALIDATION_FAILED - Validation failed for the connection request.
-
PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
-
APPROVED - Outbound connection has been approved by the remote domain owner for getting provisioned.
-
PROVISIONING - Outbound connection request is in process.
-
ACTIVE - Outbound connection is active and ready to use.
-
REJECTING - Outbound connection rejection by remote domain owner is in progress.
-
REJECTED - Outbound connection request is rejected by remote domain owner.
-
DELETING - Outbound connection deletion is in progress.
-
DELETED - Outbound connection is deleted and can no longer be used.
-
- See Also:
OutboundConnectionStatusCode
-
-
message
public final String message()
Verbose information for the outbound connection.
- Returns:
- Verbose information for the outbound connection.
-
toBuilder
public OutboundConnectionStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutboundConnectionStatus.Builder,OutboundConnectionStatus>
-
builder
public static OutboundConnectionStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutboundConnectionStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-