Interface UpdateCustomRoutingAcceleratorAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,
,UpdateCustomRoutingAcceleratorAttributesResponse> GlobalAcceleratorResponse.Builder
,SdkBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,
,UpdateCustomRoutingAcceleratorAttributesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateCustomRoutingAcceleratorAttributesResponse
public static interface UpdateCustomRoutingAcceleratorAttributesResponse.Builder
extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,UpdateCustomRoutingAcceleratorAttributesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionacceleratorAttributes
(Consumer<CustomRoutingAcceleratorAttributes.Builder> acceleratorAttributes) Updated custom routing accelerator.acceleratorAttributes
(CustomRoutingAcceleratorAttributes acceleratorAttributes) Updated custom routing accelerator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
acceleratorAttributes
UpdateCustomRoutingAcceleratorAttributesResponse.Builder acceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes) Updated custom routing accelerator.
- Parameters:
acceleratorAttributes
- Updated custom routing accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceleratorAttributes
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 viaCustomRoutingAcceleratorAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toacceleratorAttributes(CustomRoutingAcceleratorAttributes)
.- Parameters:
acceleratorAttributes
- a consumer that will call methods onCustomRoutingAcceleratorAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-