Interface VpcEndpointDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VpcEndpointDetail.Builder,,- VpcEndpointDetail> - SdkBuilder<VpcEndpointDetail.Builder,,- VpcEndpointDetail> - SdkPojo
- Enclosing class:
- VpcEndpointDetail
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
nameThe 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.
 
- 
vpcIdThe 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.
 
- 
subnetIdsThe 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.
 
- 
subnetIdsThe 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.
 
- 
securityGroupIdsThe 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.
 
- 
securityGroupIdsThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
createdDateThe 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.
 
- 
failureCodeA 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.
 
- 
failureMessageA 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.
 
 
-