public static interface VpcConfiguration.Builder extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration.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.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.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.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.Builder |
tlsCertificate(String tlsCertificate)
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your
provider type is installed.
|
VpcConfiguration.Builder |
vpcId(String vpcId)
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfiguration.Builder vpcId(String vpcId)
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
vpcId - The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.VpcConfiguration.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.
subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where
your provider type is installed.VpcConfiguration.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.
subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where
your provider type is installed.VpcConfiguration.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.
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.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.
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.Builder tlsCertificate(String tlsCertificate)
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
tlsCertificate - The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where
your provider type is installed.Copyright © 2022. All rights reserved.