Interface Networking.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Networking.Builder,
,Networking> SdkBuilder<Networking.Builder,
,Networking> SdkPojo
- Enclosing class:
Networking
-
Method Summary
Modifier and TypeMethodDescriptionnetworkType
(String networkType) The IP address version the cluster uses.networkType
(NetworkType networkType) The IP address version the cluster uses.securityGroupIds
(String... securityGroupIds) The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.securityGroupIds
(Collection<String> securityGroupIds) The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources.subnetIds
(Collection<String> subnetIds) The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources.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 Details
-
subnetIds
The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone.
Example:
subnet-abcd1234
- Parameters:
subnetIds
- The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone.Example:
subnet-abcd1234
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone.
Example:
subnet-abcd1234
- Parameters:
subnetIds
- The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone.Example:
subnet-abcd1234
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
The following rules are required:
-
Inbound rule 1
-
Protocol: All
-
Ports: All
-
Source: Self
-
-
Outbound rule 1
-
Protocol: All
-
Ports: All
-
Destination: 0.0.0.0/0 (IPv4) or ::/0 (IPv6)
-
-
Outbound rule 2
-
Protocol: All
-
Ports: All
-
Destination: Self
-
- Parameters:
securityGroupIds
- The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.The following rules are required:
-
Inbound rule 1
-
Protocol: All
-
Ports: All
-
Source: Self
-
-
Outbound rule 1
-
Protocol: All
-
Ports: All
-
Destination: 0.0.0.0/0 (IPv4) or ::/0 (IPv6)
-
-
Outbound rule 2
-
Protocol: All
-
Ports: All
-
Destination: Self
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
securityGroupIds
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
The following rules are required:
-
Inbound rule 1
-
Protocol: All
-
Ports: All
-
Source: Self
-
-
Outbound rule 1
-
Protocol: All
-
Ports: All
-
Destination: 0.0.0.0/0 (IPv4) or ::/0 (IPv6)
-
-
Outbound rule 2
-
Protocol: All
-
Ports: All
-
Destination: Self
-
- Parameters:
securityGroupIds
- The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.The following rules are required:
-
Inbound rule 1
-
Protocol: All
-
Ports: All
-
Source: Self
-
-
Outbound rule 1
-
Protocol: All
-
Ports: All
-
Destination: 0.0.0.0/0 (IPv4) or ::/0 (IPv6)
-
-
Outbound rule 2
-
Protocol: All
-
Ports: All
-
Destination: Self
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
networkType
The IP address version the cluster uses. The default is
IPV4
.- Parameters:
networkType
- The IP address version the cluster uses. The default isIPV4
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkType
The IP address version the cluster uses. The default is
IPV4
.- Parameters:
networkType
- The IP address version the cluster uses. The default isIPV4
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-