public static interface StartNetworkResourceUpdateRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<StartNetworkResourceUpdateRequest.Builder,StartNetworkResourceUpdateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNetworkResourceUpdateRequest.Builder networkResourceArn(String networkResourceArn)
The Amazon Resource Name (ARN) of the network resource.
networkResourceArn - The Amazon Resource Name (ARN) of the network resource.StartNetworkResourceUpdateRequest.Builder returnReason(String returnReason)
The reason for the return. Providing a reason for a return is optional.
returnReason - The reason for the return. Providing a reason for a return is optional.StartNetworkResourceUpdateRequest.Builder shippingAddress(Address shippingAddress)
The shipping address. If you don't provide a shipping address when replacing or returning a network resource, we use the address from the original order for the network resource.
shippingAddress - The shipping address. If you don't provide a shipping address when replacing or returning a network
resource, we use the address from the original order for the network resource.default StartNetworkResourceUpdateRequest.Builder shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address. If you don't provide a shipping address when replacing or returning a network resource, we use the address from the original order for the network resource.
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)StartNetworkResourceUpdateRequest.Builder updateType(String updateType)
The update type.
REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that
you can use for the return process and we ship a replacement radio unit to you.
RETURN - Submits a request to replace a radio unit that you no longer need. We provide a
shipping label that you can use for the return process.
updateType - The update type.
REPLACE - Submits a request to replace a defective radio unit. We provide a shipping
label that you can use for the return process and we ship a replacement radio unit to you.
RETURN - Submits a request to replace a radio unit that you no longer need. We provide a
shipping label that you can use for the return process.
UpdateType,
UpdateTypeStartNetworkResourceUpdateRequest.Builder updateType(UpdateType updateType)
The update type.
REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that
you can use for the return process and we ship a replacement radio unit to you.
RETURN - Submits a request to replace a radio unit that you no longer need. We provide a
shipping label that you can use for the return process.
updateType - The update type.
REPLACE - Submits a request to replace a defective radio unit. We provide a shipping
label that you can use for the return process and we ship a replacement radio unit to you.
RETURN - Submits a request to replace a radio unit that you no longer need. We provide a
shipping label that you can use for the return process.
UpdateType,
UpdateTypeStartNetworkResourceUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartNetworkResourceUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.