Interface StaticIpConnectionInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StaticIpConnectionInfo.Builder,
,StaticIpConnectionInfo> SdkBuilder<StaticIpConnectionInfo.Builder,
,StaticIpConnectionInfo> SdkPojo
- Enclosing class:
StaticIpConnectionInfo
@Mutable
@NotThreadSafe
public static interface StaticIpConnectionInfo.Builder
extends SdkPojo, CopyableBuilder<StaticIpConnectionInfo.Builder,StaticIpConnectionInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultGateway
(String defaultGateway) The connection's default gateway.The connection's DNS address.dns
(Collection<String> dns) The connection's DNS address.The connection's IP address.The connection's DNS mask.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
-
defaultGateway
The connection's default gateway.
- Parameters:
defaultGateway
- The connection's default gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dns
The connection's DNS address.
- Parameters:
dns
- The connection's DNS address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dns
The connection's DNS address.
- Parameters:
dns
- The connection's DNS address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The connection's IP address.
- Parameters:
ipAddress
- The connection's IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mask
The connection's DNS mask.
- Parameters:
mask
- The connection's DNS mask.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-