| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpoint.Builder |
VpcEndpoint.builder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.endpoint(String endpoint)
The connection endpoint ID for connecting to the domain.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.status(String status)
The current status of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.status(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.toBuilder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
|
default VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcEndpoint.Builder> |
VpcEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateVpcEndpointResponse.Builder |
UpdateVpcEndpointResponse.Builder.vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
The endpoint to be updated.
|
default CreateVpcEndpointResponse.Builder |
CreateVpcEndpointResponse.Builder.vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the newly created VPC endpoint.
|
Copyright © 2023. All rights reserved.