Interface PrivateIpAddressSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>,SdkBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>,SdkPojo
- Enclosing class:
- PrivateIpAddressSpecification
public static interface PrivateIpAddressSpecification.Builder extends SdkPojo, CopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateIpAddressSpecification.Builderprimary(Boolean primary)Indicates whether the private IPv4 address is the primary private IPv4 address.PrivateIpAddressSpecification.BuilderprivateIpAddress(String privateIpAddress)The private IPv4 address.-
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 Detail
-
primary
PrivateIpAddressSpecification.Builder primary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
- Parameters:
primary- Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddress
PrivateIpAddressSpecification.Builder privateIpAddress(String privateIpAddress)
The private IPv4 address.
- Parameters:
privateIpAddress- The private IPv4 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-