Interface VpcEndpointDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcEndpointDetail.Builder,
,VpcEndpointDetail> SdkBuilder<VpcEndpointDetail.Builder,
,VpcEndpointDetail> SdkPojo
- Enclosing class:
VpcEndpointDetail
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Long createdDate) The date the endpoint was created.failureCode
(String failureCode) A failure code associated with the request.failureMessage
(String failureMessage) A message associated with the failure code.The unique identifier of the endpoint.The name of the endpoint.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
(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.The current status of the endpoint.status
(VpcEndpointStatus status) The current status of the endpoint.The ID of the subnets from which you access OpenSearch Serverless.subnetIds
(Collection<String> subnetIds) The ID of the subnets from which you access OpenSearch Serverless.The ID of the VPC from which you access OpenSearch Serverless.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the endpoint.
- Parameters:
id
- The unique identifier of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the endpoint.
- Parameters:
name
- The name of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC from which you access OpenSearch Serverless.
- Parameters:
vpcId
- The ID of the VPC from which you access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The ID of the subnets from which you access OpenSearch Serverless.
- Parameters:
subnetIds
- The ID of the subnets from which you access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The ID of the subnets from which you access OpenSearch Serverless.
- Parameters:
subnetIds
- The ID of the subnets from which you access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the endpoint.
- Parameters:
status
- The current status of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the endpoint.
- Parameters:
status
- The current status of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdDate
The date the endpoint was created.
- Parameters:
createdDate
- The date the endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
A failure code associated with the request.
- Parameters:
failureCode
- A failure code associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
A message associated with the failure code.
- Parameters:
failureMessage
- A message associated with the failure code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-