Interface PhysicalConnectionRequirements.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>,SdkBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>,SdkPojo
- Enclosing class:
- PhysicalConnectionRequirements
public static interface PhysicalConnectionRequirements.Builder extends SdkPojo, CopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhysicalConnectionRequirements.BuilderavailabilityZone(String availabilityZone)The availability zone of the physical connection requirements of a connection.PhysicalConnectionRequirements.BuildersecurityGroupIdList(String... securityGroupIdList)The group ID list of the physical connection requirements of a connection.PhysicalConnectionRequirements.BuildersecurityGroupIdList(Collection<String> securityGroupIdList)The group ID list of the physical connection requirements of a connection.PhysicalConnectionRequirements.BuildersubnetId(String subnetId)The subnet ID of the physical connection requirements of a connection.PhysicalConnectionRequirements.BuildersubnetIdList(String... subnetIdList)The subnet ID list of the physical connection requirements of a connection.PhysicalConnectionRequirements.BuildersubnetIdList(Collection<String> subnetIdList)The subnet ID list of the physical connection requirements of a connection.-
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
-
availabilityZone
PhysicalConnectionRequirements.Builder availabilityZone(String availabilityZone)
The availability zone of the physical connection requirements of a connection.
- Parameters:
availabilityZone- The availability zone of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIdList
PhysicalConnectionRequirements.Builder securityGroupIdList(Collection<String> securityGroupIdList)
The group ID list of the physical connection requirements of a connection.
- Parameters:
securityGroupIdList- The group ID list of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIdList
PhysicalConnectionRequirements.Builder securityGroupIdList(String... securityGroupIdList)
The group ID list of the physical connection requirements of a connection.
- Parameters:
securityGroupIdList- The group ID list of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
PhysicalConnectionRequirements.Builder subnetId(String subnetId)
The subnet ID of the physical connection requirements of a connection.
- Parameters:
subnetId- The subnet ID of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIdList
PhysicalConnectionRequirements.Builder subnetIdList(Collection<String> subnetIdList)
The subnet ID list of the physical connection requirements of a connection.
- Parameters:
subnetIdList- The subnet ID list of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIdList
PhysicalConnectionRequirements.Builder subnetIdList(String... subnetIdList)
The subnet ID list of the physical connection requirements of a connection.
- Parameters:
subnetIdList- The subnet ID list of the physical connection requirements of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-