Interface PublicNetworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PublicNetworkConfiguration.Builder,
,PublicNetworkConfiguration> SdkBuilder<PublicNetworkConfiguration.Builder,
,PublicNetworkConfiguration> SdkPojo
- Enclosing class:
PublicNetworkConfiguration
@Mutable
@NotThreadSafe
public static interface PublicNetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<PublicNetworkConfiguration.Builder,PublicNetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe IP address type for the public ingress point.The IP address type for the public ingress point.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
-
ipType
The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.
- Parameters:
ipType
- The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipType
The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.
- Parameters:
ipType
- The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-