@Generated(value="software.amazon.awssdk:codegen") public final class VpcConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcConnection.Builder,VpcConnection>
The VPC connection object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcConnection.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authentication()
Information about the auth scheme of Vpc Connection.
|
static VpcConnection.Builder |
builder() |
Instant |
creationTime()
Creation time of the Vpc Connection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcConnection.Builder> |
serializableBuilderClass() |
VpcConnectionState |
state()
State of the Vpc Connection.
|
String |
stateAsString()
State of the Vpc Connection.
|
String |
targetClusterArn()
The ARN that identifies the Cluster which the Vpc Connection belongs to.
|
VpcConnection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcConnectionArn()
The ARN that identifies the Vpc Connection.
|
String |
vpcId()
The vpcId that belongs to the Vpc Connection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcConnectionArn()
The ARN that identifies the Vpc Connection.
The ARN that identifies the Vpc Connection.
public final String targetClusterArn()
The ARN that identifies the Cluster which the Vpc Connection belongs to.
The ARN that identifies the Cluster which the Vpc Connection belongs to.
public final Instant creationTime()
Creation time of the Vpc Connection.
Creation time of the Vpc Connection.
public final String authentication()
Information about the auth scheme of Vpc Connection.
Information about the auth scheme of Vpc Connection.
public final String vpcId()
The vpcId that belongs to the Vpc Connection.
The vpcId that belongs to the Vpc Connection.
public final VpcConnectionState state()
State of the Vpc Connection.
If the service returns an enum value that is not available in the current SDK version, state will return
VpcConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
State of the Vpc Connection.
VpcConnectionStatepublic final String stateAsString()
State of the Vpc Connection.
If the service returns an enum value that is not available in the current SDK version, state will return
VpcConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
State of the Vpc Connection.
VpcConnectionStatepublic VpcConnection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcConnection.Builder,VpcConnection>public static VpcConnection.Builder builder()
public static Class<? extends VpcConnection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.