public static interface VpcEndpointDetail.Builder extends SdkPojo, CopyableBuilder<VpcEndpointDetail.Builder,VpcEndpointDetail>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointDetail.Builder |
createdDate(Long createdDate)
The date the endpoint was created.
|
VpcEndpointDetail.Builder |
id(String id)
The unique identifier of the endpoint.
|
VpcEndpointDetail.Builder |
name(String name)
The name of the endpoint.
|
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 |
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 |
status(String status)
The current status of the endpoint.
|
VpcEndpointDetail.Builder |
status(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpointDetail.Builder |
subnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail.Builder |
subnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail.Builder |
vpcId(String vpcId)
The ID of the VPC from which you access OpenSearch Serverless.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpointDetail.Builder createdDate(Long createdDate)
The date the endpoint was created.
createdDate - The date the endpoint was created.VpcEndpointDetail.Builder id(String id)
The unique identifier of the endpoint.
id - The unique identifier of the endpoint.VpcEndpointDetail.Builder name(String name)
The name of the endpoint.
name - The name of the endpoint.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.
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 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.
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 status(String status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatus,
VpcEndpointStatusVpcEndpointDetail.Builder status(VpcEndpointStatus status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatus,
VpcEndpointStatusVpcEndpointDetail.Builder subnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
subnetIds - The ID of the subnets from which you access OpenSearch Serverless.VpcEndpointDetail.Builder subnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
subnetIds - The ID of the subnets from which you access OpenSearch Serverless.VpcEndpointDetail.Builder vpcId(String vpcId)
The ID of the VPC from which you access OpenSearch Serverless.
vpcId - The ID of the VPC from which you access OpenSearch Serverless.Copyright © 2023. All rights reserved.