@Generated(value="software.amazon.awssdk:codegen") public final class InboundConnectionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InboundConnectionStatus.Builder,InboundConnectionStatus>
The status of an inbound cross-cluster connection for OpenSearch Service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InboundConnectionStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InboundConnectionStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Information about the connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InboundConnectionStatus.Builder> |
serializableBuilderClass() |
InboundConnectionStatusCode |
statusCode()
The status code for the connection.
|
String |
statusCodeAsString()
The status code for the connection.
|
InboundConnectionStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, statusCode will
return InboundConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusCodeAsString().
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.
InboundConnectionStatusCodepublic final String statusCodeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, statusCode will
return InboundConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusCodeAsString().
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.
InboundConnectionStatusCodepublic final String message()
Information about the connection.
public InboundConnectionStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InboundConnectionStatus.Builder,InboundConnectionStatus>public static InboundConnectionStatus.Builder builder()
public static Class<? extends InboundConnectionStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.