Interface PhysicalConnectionRequirements.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PhysicalConnectionRequirements.Builder,,PhysicalConnectionRequirements> SdkBuilder<PhysicalConnectionRequirements.Builder,,PhysicalConnectionRequirements> SdkPojo
- Enclosing class:
PhysicalConnectionRequirements
@Mutable
@NotThreadSafe
public static interface PhysicalConnectionRequirements.Builder
extends SdkPojo, CopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) The availability zone of the physical connection requirements of a connection.securityGroupIdList(String... securityGroupIdList) The group ID list of the physical connection requirements of a connection.securityGroupIdList(Collection<String> securityGroupIdList) The group ID list of the physical connection requirements of a connection.The subnet ID of the physical connection requirements of a connection.subnetIdList(String... subnetIdList) The subnet ID list of the physical connection requirements of a connection.subnetIdList(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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.
-