Uses of Interface
software.amazon.awssdk.services.opensearch.model.VpcEndpoint.Builder
-
Packages that use VpcEndpoint.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VpcEndpoint.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return VpcEndpoint.Builder Modifier and Type Method Description static VpcEndpoint.BuilderVpcEndpoint. builder()VpcEndpoint.BuilderVpcEndpoint.Builder. domainArn(String domainArn)The Amazon Resource Name (ARN) of the domain associated with the endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. endpoint(String endpoint)The connection endpoint ID for connecting to the domain.VpcEndpoint.BuilderVpcEndpoint.Builder. status(String status)The current status of the endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. status(VpcEndpointStatus status)The current status of the endpoint.VpcEndpoint.BuilderVpcEndpoint. toBuilder()VpcEndpoint.BuilderVpcEndpoint.Builder. vpcEndpointId(String vpcEndpointId)The unique identifier of the endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcEndpointOwner(String vpcEndpointOwner)The creator of the endpoint.default VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(VPCDerivedInfo vpcOptions)Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type VpcEndpoint.Builder Modifier and Type Method Description static Class<? extends VpcEndpoint.Builder>VpcEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type VpcEndpoint.Builder Modifier and Type Method Description default CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)Information about the newly created VPC endpoint.default UpdateVpcEndpointResponse.BuilderUpdateVpcEndpointResponse.Builder. vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)The endpoint to be updated.
-