public static interface UpdateCustomRoutingAcceleratorResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingAcceleratorResponse.Builder,UpdateCustomRoutingAcceleratorResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateCustomRoutingAcceleratorResponse.Builder |
accelerator(Consumer<CustomRoutingAccelerator.Builder> accelerator)
Information about the updated custom routing accelerator.
|
UpdateCustomRoutingAcceleratorResponse.Builder |
accelerator(CustomRoutingAccelerator accelerator)
Information about the updated custom routing accelerator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomRoutingAcceleratorResponse.Builder accelerator(CustomRoutingAccelerator accelerator)
Information about the updated custom routing accelerator.
accelerator - Information about the updated custom routing accelerator.default UpdateCustomRoutingAcceleratorResponse.Builder accelerator(Consumer<CustomRoutingAccelerator.Builder> accelerator)
Information about the updated custom routing accelerator.
This is a convenience method that creates an instance of theCustomRoutingAccelerator.Builder
avoiding the need to create one manually via CustomRoutingAccelerator.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to accelerator(CustomRoutingAccelerator).
accelerator - a consumer that will call methods on CustomRoutingAccelerator.Builderaccelerator(CustomRoutingAccelerator)Copyright © 2022. All rights reserved.