Interface SecondaryInterfacePrivateIpAddressSpecification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecondaryInterfacePrivateIpAddressSpecification.Builder,,SecondaryInterfacePrivateIpAddressSpecification> SdkBuilder<SecondaryInterfacePrivateIpAddressSpecification.Builder,,SecondaryInterfacePrivateIpAddressSpecification> SdkPojo
- Enclosing class:
SecondaryInterfacePrivateIpAddressSpecification
@Mutable
@NotThreadSafe
public static interface SecondaryInterfacePrivateIpAddressSpecification.Builder
extends SdkPojo, CopyableBuilder<SecondaryInterfacePrivateIpAddressSpecification.Builder,SecondaryInterfacePrivateIpAddressSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionprivateIpAddress(String privateIpAddress) The private IPv4 address.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
-
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.
-