@Generated(value="software.amazon.awssdk:codegen") public final class VpcEndpointConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
Describes a VPC endpoint connection to a service.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcEndpointConnection.Builder |
Modifier and Type | Method and Description |
---|---|
static VpcEndpointConnection.Builder |
builder() |
Instant |
creationTimestamp()
The date and time the VPC endpoint was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcEndpointConnection.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service to which the endpoint is connected.
|
VpcEndpointConnection.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
vpcEndpointId()
The ID of the VPC endpoint.
|
String |
vpcEndpointOwner()
The AWS account ID of the owner of the VPC endpoint.
|
State |
vpcEndpointState()
The state of the VPC endpoint.
|
String |
vpcEndpointStateAsString()
The state of the VPC endpoint.
|
copy
public String serviceId()
The ID of the service to which the endpoint is connected.
public String vpcEndpointId()
The ID of the VPC endpoint.
public String vpcEndpointOwner()
The AWS account ID of the owner of the VPC endpoint.
public State vpcEndpointState()
The state of the VPC endpoint.
If the service returns an enum value that is not available in the current SDK version, vpcEndpointState
will return State.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vpcEndpointStateAsString()
.
State
public String vpcEndpointStateAsString()
The state of the VPC endpoint.
If the service returns an enum value that is not available in the current SDK version, vpcEndpointState
will return State.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vpcEndpointStateAsString()
.
State
public Instant creationTimestamp()
The date and time the VPC endpoint was created.
public VpcEndpointConnection.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
public static VpcEndpointConnection.Builder builder()
public static Class<? extends VpcEndpointConnection.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.