Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateVpcEndpointRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
Contains the parameters for CreateVpcEndpoint.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateVpcEndpointRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateVpcEndpointRequest.Builder |
builder() |
|
String |
clientToken() |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyDocument() |
A policy to attach to the endpoint that controls access to the service.
|
List<String> |
routeTableIds() |
One or more route table IDs.
|
static Class<? extends CreateVpcEndpointRequest.Builder> |
serializableBuilderClass() |
|
String |
serviceName() |
The AWS service name, in the form
com.amazonaws.region.service . |
CreateVpcEndpointRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC in which the endpoint will be used.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public String policyDocument()
A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.
public List<String> routeTableIds()
One or more route table IDs.
public String serviceName()
The AWS service name, in the form com.amazonaws.region.service
. To get a list of
available services, use the DescribeVpcEndpointServices request.
com.amazonaws.region.service
. To get a list
of available services, use the DescribeVpcEndpointServices request.public String vpcId()
The ID of the VPC in which the endpoint will be used.
public CreateVpcEndpointRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
public static CreateVpcEndpointRequest.Builder builder()
public static Class<? extends CreateVpcEndpointRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.