public static interface VpcEndpointSummary.Builder extends SdkPojo, CopyableBuilder<VpcEndpointSummary.Builder,VpcEndpointSummary>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointSummary.Builder |
domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
|
VpcEndpointSummary.Builder |
status(String status)
The current status of the endpoint.
|
VpcEndpointSummary.Builder |
status(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpointSummary.Builder |
vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpointSummary.Builder |
vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpointSummary.Builder vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
vpcEndpointId - The unique identifier of the endpoint.VpcEndpointSummary.Builder vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
vpcEndpointOwner - The creator of the endpoint.VpcEndpointSummary.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
domainArn - The Amazon Resource Name (ARN) of the domain associated with 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 © 2022. All rights reserved.