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