Interface ServerlessConnectivityInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServerlessConnectivityInfo.Builder,,ServerlessConnectivityInfo> SdkBuilder<ServerlessConnectivityInfo.Builder,,ServerlessConnectivityInfo> SdkPojo
- Enclosing class:
ServerlessConnectivityInfo
-
Method Summary
Modifier and TypeMethodDescriptionnetworkType(String networkType) The network type of the cluster, which is IPv4 or DUAL.networkType(NetworkType networkType) The network type of the cluster, which is IPv4 or DUAL.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
-
networkType
The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
- Parameters:
networkType-The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkType
The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
- Parameters:
networkType-The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-