public static interface CreateVpcEndpointResponse.Builder extends EC2Response.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.
|
default CreateVpcEndpointResponse.Builder |
vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the endpoint.
|
CreateVpcEndpointResponse.Builder |
vpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateVpcEndpointResponse.Builder vpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
vpcEndpoint - Information about the endpoint.default CreateVpcEndpointResponse.Builder vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the endpoint.
This is a convenience that creates an instance of theVpcEndpoint.Builder avoiding the need to create
one manually via VpcEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcEndpoint(VpcEndpoint).vpcEndpoint - a consumer that will call methods on VpcEndpoint.BuildervpcEndpoint(VpcEndpoint)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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.