public static interface ReturnInformation.Builder extends SdkPojo, CopyableBuilder<ReturnInformation.Builder,ReturnInformation>
| Modifier and Type | Method and Description |
|---|---|
ReturnInformation.Builder |
replacementOrderArn(String replacementOrderArn)
The Amazon Resource Name (ARN) of the replacement order.
|
ReturnInformation.Builder |
returnReason(String returnReason)
The reason for the return.
|
ReturnInformation.Builder |
shippingAddress(Address shippingAddress)
The shipping address.
|
default ReturnInformation.Builder |
shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address.
|
ReturnInformation.Builder |
shippingLabel(String shippingLabel)
The URL of the shipping label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReturnInformation.Builder replacementOrderArn(String replacementOrderArn)
The Amazon Resource Name (ARN) of the replacement order.
replacementOrderArn - The Amazon Resource Name (ARN) of the replacement order.ReturnInformation.Builder returnReason(String returnReason)
The reason for the return. If the return request did not include a reason for the return, this value is null.
returnReason - The reason for the return. If the return request did not include a reason for the return, this value
is null.ReturnInformation.Builder shippingAddress(Address shippingAddress)
The shipping address.
shippingAddress - The shipping address.default ReturnInformation.Builder shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to
create one manually via Address.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to shippingAddress(Address).
shippingAddress - a consumer that will call methods on Address.BuildershippingAddress(Address)ReturnInformation.Builder shippingLabel(String shippingLabel)
The URL of the shipping label. The shipping label is available for download only if the status of the network
resource is PENDING_RETURN. For more information, see Return a radio unit.
shippingLabel - The URL of the shipping label. The shipping label is available for download only if the status of the
network resource is PENDING_RETURN. For more information, see Return a radio unit.Copyright © 2023. All rights reserved.