CopyableBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>, SdkBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>public static interface CreateVpcEndpointResponse.Builder extends CopyableBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateVpcEndpointResponse.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateVpcEndpointResponse.Builder |
vpcEndpoint(VpcEndpoint vpcEndpoint) |
Information about the endpoint.
|
copyapply, buildCreateVpcEndpointResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateVpcEndpointResponse.Builder vpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
vpcEndpoint - Information about the endpoint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.