public static interface CreateVpcEndpointResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateVpcEndpointResponse.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.Builder
vpcEndpoint(VpcEndpoint)
CreateVpcEndpointResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Copyright © 2020. All rights reserved.