public static interface VPCDerivedInfo.Builder extends SdkPojo, CopyableBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>
| Modifier and Type | Method and Description |
|---|---|
VPCDerivedInfo.Builder |
availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
VPCDerivedInfo.Builder |
availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
VPCDerivedInfo.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo.Builder |
securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo.Builder |
vpcId(String vpcId)
The ID for your VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVPCDerivedInfo.Builder vpcId(String vpcId)
The ID for your VPC. Amazon VPC generates this value when you create a VPC.
vpcId - The ID for your VPC. Amazon VPC generates this value when you create a VPC.VPCDerivedInfo.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.Builder availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
availabilityZones - The list of Availability Zones associated with the VPC subnets.VPCDerivedInfo.Builder availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
availabilityZones - The list of Availability Zones associated with the VPC subnets.VPCDerivedInfo.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain.Copyright © 2022. All rights reserved.