Uses of Interface
software.amazon.awssdk.services.osis.model.VpcEndpoint.Builder
-
Packages that use VpcEndpoint.Builder Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcEndpoint.Builder in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return VpcEndpoint.Builder Modifier and Type Method Description static VpcEndpoint.BuilderVpcEndpoint. builder()VpcEndpoint.BuilderVpcEndpoint. toBuilder()VpcEndpoint.BuilderVpcEndpoint.Builder. vpcEndpointId(String vpcEndpointId)The unique identifier of the endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcId(String vpcId)The ID for your VPC.default VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(Consumer<VpcOptions.Builder> vpcOptions)Information about the VPC, including associated subnets and security groups.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(VpcOptions vpcOptions)Information about the VPC, including associated subnets and security groups.Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type VpcEndpoint.Builder Modifier and Type Method Description static Class<? extends VpcEndpoint.Builder>VpcEndpoint. serializableBuilderClass()
-