public static interface DescribeCustomRoutingAcceleratorAttributesResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomRoutingAcceleratorAttributesResponse.Builder,DescribeCustomRoutingAcceleratorAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeCustomRoutingAcceleratorAttributesResponse.Builder |
acceleratorAttributes(Consumer<CustomRoutingAcceleratorAttributes.Builder> acceleratorAttributes)
The attributes of the custom routing accelerator.
|
DescribeCustomRoutingAcceleratorAttributesResponse.Builder |
acceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomRoutingAcceleratorAttributesResponse.Builder acceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
acceleratorAttributes - The attributes of the custom routing accelerator.default DescribeCustomRoutingAcceleratorAttributesResponse.Builder acceleratorAttributes(Consumer<CustomRoutingAcceleratorAttributes.Builder> acceleratorAttributes)
The attributes of the 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 © 2022. All rights reserved.