Interface VpcConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VpcConfiguration.Builder,,- VpcConfiguration> - SdkBuilder<VpcConfiguration.Builder,,- VpcConfiguration> - SdkPojo
- Enclosing class:
- VpcConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionsecurityGroupIds(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(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.The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.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.tlsCertificate(String tlsCertificate) The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vpcIdThe ID of the Amazon VPC connected to the infrastructure where your provider type is installed. - Parameters:
- vpcId- The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetIdsThe ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed. - Parameters:
- subnetIds- The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetIdsThe ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed. - Parameters:
- subnetIds- The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsThe ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsThe ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tlsCertificateThe value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed. - Parameters:
- tlsCertificate- The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-