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