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