public static interface AddressTransfer.Builder extends SdkPojo, CopyableBuilder<AddressTransfer.Builder,AddressTransfer>
Modifier and Type | Method and Description |
---|---|
AddressTransfer.Builder |
addressTransferStatus(AddressTransferStatus addressTransferStatus)
The Elastic IP address transfer status.
|
AddressTransfer.Builder |
addressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
|
AddressTransfer.Builder |
allocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
AddressTransfer.Builder |
publicIp(String publicIp)
The Elastic IP address being transferred.
|
AddressTransfer.Builder |
transferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
AddressTransfer.Builder |
transferOfferAcceptedTimestamp(Instant transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
|
AddressTransfer.Builder |
transferOfferExpirationTimestamp(Instant transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddressTransfer.Builder publicIp(String publicIp)
The Elastic IP address being transferred.
publicIp
- The Elastic IP address being transferred.AddressTransfer.Builder allocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.AddressTransfer.Builder transferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId
- The ID of the account that you want to transfer the Elastic IP address to.AddressTransfer.Builder transferOfferExpirationTimestamp(Instant transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.
transferOfferExpirationTimestamp
- The timestamp when the Elastic IP address transfer expired. When the source account starts the
transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the
transfer, or the Elastic IP address will return to its original owner.AddressTransfer.Builder transferOfferAcceptedTimestamp(Instant transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
transferOfferAcceptedTimestamp
- The timestamp when the Elastic IP address transfer was accepted.AddressTransfer.Builder addressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
addressTransferStatus
- The Elastic IP address transfer status.AddressTransferStatus
,
AddressTransferStatus
AddressTransfer.Builder addressTransferStatus(AddressTransferStatus addressTransferStatus)
The Elastic IP address transfer status.
addressTransferStatus
- The Elastic IP address transfer status.AddressTransferStatus
,
AddressTransferStatus
Copyright © 2023. All rights reserved.