Interface VPCDerivedInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>,SdkBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>,SdkPojo
- Enclosing class:
- VPCDerivedInfo
@Mutable @NotThreadSafe public static interface VPCDerivedInfo.Builder extends SdkPojo, CopyableBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VPCDerivedInfo.BuilderavailabilityZones(String... availabilityZones)The list of Availability Zones associated with the VPC subnets.VPCDerivedInfo.BuilderavailabilityZones(Collection<String> availabilityZones)The list of Availability Zones associated with the VPC subnets.VPCDerivedInfo.BuildersecurityGroupIds(String... securityGroupIds)The list of security group IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.BuildersecurityGroupIds(Collection<String> securityGroupIds)The list of security group IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.BuildersubnetIds(String... subnetIds)A list of subnet IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.BuildersubnetIds(Collection<String> subnetIds)A list of subnet IDs associated with the VPC endpoints for the domain.VPCDerivedInfo.BuildervpcId(String vpcId)The ID for your VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcId
VPCDerivedInfo.Builder vpcId(String vpcId)
The ID for your VPC. Amazon VPC generates this value when you create a VPC.
- Parameters:
vpcId- The ID for your VPC. Amazon VPC generates this value when you create a VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
VPCDerivedInfo.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
VPCDerivedInfo.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
VPCDerivedInfo.Builder availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
- Parameters:
availabilityZones- The list of Availability Zones associated with the VPC subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
VPCDerivedInfo.Builder availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
- Parameters:
availabilityZones- The list of Availability Zones associated with the VPC subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
VPCDerivedInfo.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
VPCDerivedInfo.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-