Interface UpdateVpcEndpointDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateVpcEndpointDetail.Builder,
,UpdateVpcEndpointDetail> SdkBuilder<UpdateVpcEndpointDetail.Builder,
,UpdateVpcEndpointDetail> SdkPojo
- Enclosing class:
UpdateVpcEndpointDetail
@Mutable
@NotThreadSafe
public static interface UpdateVpcEndpointDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateVpcEndpointDetail.Builder,UpdateVpcEndpointDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the endpoint.lastModifiedDate
(Long lastModifiedDate) The timestamp of when the endpoint was last modified.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 update process.status
(VpcEndpointStatus status) The current status of the endpoint update process.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.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.
-
status
The current status of the endpoint update process.
- Parameters:
status
- The current status of the endpoint update process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the endpoint update process.
- Parameters:
status
- The current status of the endpoint update process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
lastModifiedDate
The timestamp of when the endpoint was last modified.
- Parameters:
lastModifiedDate
- The timestamp of when the endpoint was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-