ToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
@Generated("software.amazon.awssdk:codegen") public class VpcEndpoint extends Object implements ToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
Describes a VPC endpoint.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VpcEndpoint.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VpcEndpoint.Builder |
builder() |
|
Date |
creationTimestamp() |
The date and time the VPC endpoint was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyDocument() |
The policy document associated with the endpoint.
|
List<String> |
routeTableIds() |
One or more route tables associated with the endpoint.
|
static Class<? extends VpcEndpoint.Builder> |
serializableBuilderClass() |
|
String |
serviceName() |
The name of the AWS service to which the endpoint is associated.
|
String |
state() |
The state of the VPC endpoint.
|
VpcEndpoint.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 |
vpcId() |
The ID of the VPC to which the endpoint is associated.
|
public Date creationTimestamp()
The date and time the VPC endpoint was created.
public String policyDocument()
The policy document associated with the endpoint.
public List<String> routeTableIds()
One or more route tables associated with the endpoint.
public String serviceName()
The name of the AWS service to which the endpoint is associated.
public String state()
The state of the VPC endpoint.
State
public String vpcEndpointId()
The ID of the VPC endpoint.
public String vpcId()
The ID of the VPC to which the endpoint is associated.
public VpcEndpoint.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
public static VpcEndpoint.Builder builder()
public static Class<? extends VpcEndpoint.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.