public static interface VpcEndpoint.Builder extends SdkPojo, CopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint.Builder |
domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
|
VpcEndpoint.Builder |
endpoint(String endpoint)
The connection endpoint ID for connecting to the domain.
|
VpcEndpoint.Builder |
status(String status)
The current status of the endpoint.
|
VpcEndpoint.Builder |
status(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpoint.Builder |
vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpoint.Builder |
vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
|
default VpcEndpoint.Builder |
vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
VpcEndpoint.Builder |
vpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpoint.Builder vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
vpcEndpointId - The unique identifier of the endpoint.VpcEndpoint.Builder vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
vpcEndpointOwner - The creator of the endpoint.VpcEndpoint.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
domainArn - The Amazon Resource Name (ARN) of the domain associated with the endpoint.VpcEndpoint.Builder vpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
vpcOptions - Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.default VpcEndpoint.Builder vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
This is a convenience method that creates an instance of theVPCDerivedInfo.Builder avoiding the need
to create one manually via VPCDerivedInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcOptions(VPCDerivedInfo).
vpcOptions - a consumer that will call methods on VPCDerivedInfo.BuildervpcOptions(VPCDerivedInfo)VpcEndpoint.Builder status(String status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatus,
VpcEndpointStatusVpcEndpoint.Builder status(VpcEndpointStatus status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatus,
VpcEndpointStatusVpcEndpoint.Builder endpoint(String endpoint)
The connection endpoint ID for connecting to the domain.
endpoint - The connection endpoint ID for connecting to the domain.Copyright © 2023. All rights reserved.