Interface SecondaryInterfacePrivateIpAddressSpecificationRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecondaryInterfacePrivateIpAddressSpecificationRequest.Builder,,SecondaryInterfacePrivateIpAddressSpecificationRequest> SdkBuilder<SecondaryInterfacePrivateIpAddressSpecificationRequest.Builder,,SecondaryInterfacePrivateIpAddressSpecificationRequest> SdkPojo
- Enclosing class:
SecondaryInterfacePrivateIpAddressSpecificationRequest
@Mutable
@NotThreadSafe
public static interface SecondaryInterfacePrivateIpAddressSpecificationRequest.Builder
extends SdkPojo, CopyableBuilder<SecondaryInterfacePrivateIpAddressSpecificationRequest.Builder,SecondaryInterfacePrivateIpAddressSpecificationRequest>
-
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
SecondaryInterfacePrivateIpAddressSpecificationRequest.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.
-