public static interface UpdateVpcEndpointDetail.Builder extends SdkPojo, CopyableBuilder<UpdateVpcEndpointDetail.Builder,UpdateVpcEndpointDetail>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcEndpointDetail.Builder |
id(String id)
The unique identifier of the endpoint.
|
UpdateVpcEndpointDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The timestamp of when the endpoint was last modified.
|
UpdateVpcEndpointDetail.Builder |
name(String name)
The name of the endpoint.
|
UpdateVpcEndpointDetail.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.
|
UpdateVpcEndpointDetail.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.
|
UpdateVpcEndpointDetail.Builder |
status(String status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail.Builder |
status(VpcEndpointStatus status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail.Builder |
subnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
UpdateVpcEndpointDetail.Builder |
subnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcEndpointDetail.Builder id(String id)
The unique identifier of the endpoint.
id - The unique identifier of the endpoint.UpdateVpcEndpointDetail.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the endpoint was last modified.
lastModifiedDate - The timestamp of when the endpoint was last modified.UpdateVpcEndpointDetail.Builder name(String name)
The name of the endpoint.
name - The name of the endpoint.UpdateVpcEndpointDetail.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.UpdateVpcEndpointDetail.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.UpdateVpcEndpointDetail.Builder status(String status)
The current status of the endpoint update process.
status - The current status of the endpoint update process.VpcEndpointStatus,
VpcEndpointStatusUpdateVpcEndpointDetail.Builder status(VpcEndpointStatus status)
The current status of the endpoint update process.
status - The current status of the endpoint update process.VpcEndpointStatus,
VpcEndpointStatusUpdateVpcEndpointDetail.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.UpdateVpcEndpointDetail.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.Copyright © 2023. All rights reserved.