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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecondaryInterfacePrivateIpAddressSpecificationRequest.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
-
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.
-
-