public static interface CreateVpcEndpointResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointResponse.Builder,CreateVpcEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcEndpointResponse.Builder |
vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the newly created VPC endpoint.
|
CreateVpcEndpointResponse.Builder |
vpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcEndpointResponse.Builder vpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
vpcEndpoint - Information about the newly created VPC endpoint.default CreateVpcEndpointResponse.Builder vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the newly created VPC endpoint.
This is a convenience method 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)Copyright © 2023. All rights reserved.