Interface DeleteVpcEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteVpcEndpointResponse.Builder,
,DeleteVpcEndpointResponse> OpenSearchResponse.Builder
,SdkBuilder<DeleteVpcEndpointResponse.Builder,
,DeleteVpcEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteVpcEndpointResponse
@Mutable
@NotThreadSafe
public static interface DeleteVpcEndpointResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointResponse.Builder,DeleteVpcEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionvpcEndpointSummary
(Consumer<VpcEndpointSummary.Builder> vpcEndpointSummary) Information about the deleted endpoint, including its current status (DELETING
orDELETE_FAILED
).vpcEndpointSummary
(VpcEndpointSummary vpcEndpointSummary) Information about the deleted endpoint, including its current status (DELETING
orDELETE_FAILED
).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vpcEndpointSummary
Information about the deleted endpoint, including its current status (
DELETING
orDELETE_FAILED
).- Parameters:
vpcEndpointSummary
- Information about the deleted endpoint, including its current status (DELETING
orDELETE_FAILED
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointSummary
default DeleteVpcEndpointResponse.Builder vpcEndpointSummary(Consumer<VpcEndpointSummary.Builder> vpcEndpointSummary) Information about the deleted endpoint, including its current status (
This is a convenience method that creates an instance of theDELETING
orDELETE_FAILED
).VpcEndpointSummary.Builder
avoiding the need to create one manually viaVpcEndpointSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcEndpointSummary(VpcEndpointSummary)
.- Parameters:
vpcEndpointSummary
- a consumer that will call methods onVpcEndpointSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-