public static interface CreateVpcEndpointResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>
| Modifier and Type | Method and 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.
|
CreateVpcEndpointResponse.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. All rights reserved.