public static interface DeleteVpcEndpointDetail.Builder extends SdkPojo, CopyableBuilder<DeleteVpcEndpointDetail.Builder,DeleteVpcEndpointDetail>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointDetail.Builder |
id(String id)
The unique identifier of the endpoint.
|
DeleteVpcEndpointDetail.Builder |
name(String name)
The name of the endpoint.
|
DeleteVpcEndpointDetail.Builder |
status(String status)
The current status of the endpoint deletion process.
|
DeleteVpcEndpointDetail.Builder |
status(VpcEndpointStatus status)
The current status of the endpoint deletion process.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcEndpointDetail.Builder id(String id)
The unique identifier of the endpoint.
id - The unique identifier of the endpoint.DeleteVpcEndpointDetail.Builder name(String name)
The name of the endpoint.
name - The name of the endpoint.DeleteVpcEndpointDetail.Builder status(String status)
The current status of the endpoint deletion process.
status - The current status of the endpoint deletion process.VpcEndpointStatus,
VpcEndpointStatusDeleteVpcEndpointDetail.Builder status(VpcEndpointStatus status)
The current status of the endpoint deletion process.
status - The current status of the endpoint deletion process.VpcEndpointStatus,
VpcEndpointStatusCopyright © 2023. All rights reserved.