static VpcEndpointDetail.Builder |
VpcEndpointDetail.builder() |
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.createdDate(Long createdDate) |
The date the endpoint was created.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.failureCode(String failureCode) |
A failure code associated with the request.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.failureMessage(String failureMessage) |
A message associated with the failure code.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.id(String id) |
The unique identifier of the endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.name(String name) |
The name of the endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.securityGroupIds(String... securityGroupIds) |
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound
traffic that you are authorizing into your endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound
traffic that you are authorizing into your endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.status(String status) |
The current status of the endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.status(VpcEndpointStatus status) |
The current status of the endpoint.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.subnetIds(String... subnetIds) |
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.subnetIds(Collection<String> subnetIds) |
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.toBuilder() |
|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.vpcId(String vpcId) |
The ID of the VPC from which you access OpenSearch Serverless.
|