| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.builder() |
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.id(String id)
The unique identifier of the endpoint.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.lastModifiedDate(Long lastModifiedDate)
The timestamp of when the endpoint was last modified.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.name(String name)
The name of the endpoint.
|
UpdateVpcEndpointDetail.Builder |
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 |
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 |
UpdateVpcEndpointDetail.Builder.status(String status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.status(VpcEndpointStatus status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.subnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.subnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVpcEndpointDetail.Builder> |
UpdateVpcEndpointDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateVpcEndpointResponse.Builder |
UpdateVpcEndpointResponse.Builder.updateVpcEndpointDetail(Consumer<UpdateVpcEndpointDetail.Builder> updateVpcEndpointDetail)
Details about the updated VPC endpoint.
|
Copyright © 2023. All rights reserved.