Uses of Interface
software.amazon.awssdk.services.codeconnections.model.VpcConfiguration.Builder
-
Packages that use VpcConfiguration.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of VpcConfiguration.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return VpcConfiguration.Builder Modifier and Type Method Description static VpcConfiguration.BuilderVpcConfiguration. builder()VpcConfiguration.BuilderVpcConfiguration.Builder. securityGroupIds(String... securityGroupIds)The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.VpcConfiguration.BuilderVpcConfiguration.Builder. securityGroupIds(Collection<String> securityGroupIds)The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.VpcConfiguration.BuilderVpcConfiguration.Builder. subnetIds(String... subnetIds)The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.VpcConfiguration.BuilderVpcConfiguration.Builder. subnetIds(Collection<String> subnetIds)The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.VpcConfiguration.BuilderVpcConfiguration.Builder. tlsCertificate(String tlsCertificate)The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.VpcConfiguration.BuilderVpcConfiguration. toBuilder()VpcConfiguration.BuilderVpcConfiguration.Builder. vpcId(String vpcId)The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type VpcConfiguration.Builder Modifier and Type Method Description static Class<? extends VpcConfiguration.Builder>VpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codeconnections.model with type arguments of type VpcConfiguration.Builder Modifier and Type Method Description default CreateHostRequest.BuilderCreateHostRequest.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration to be provisioned for the host.default GetHostResponse.BuilderGetHostResponse.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration of the requested host.default Host.BuilderHost.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration provisioned for the host.default UpdateHostRequest.BuilderUpdateHostRequest.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration of the host to be updated.
-