Interface UpdateCustomRoutingAcceleratorAttributesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,,- UpdateCustomRoutingAcceleratorAttributesResponse> - GlobalAcceleratorResponse.Builder,- SdkBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,,- UpdateCustomRoutingAcceleratorAttributesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateCustomRoutingAcceleratorAttributesResponse
@Mutable
@NotThreadSafe
public static interface UpdateCustomRoutingAcceleratorAttributesResponse.Builder
extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingAcceleratorAttributesResponse.Builder,UpdateCustomRoutingAcceleratorAttributesResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
acceleratorAttributesUpdateCustomRoutingAcceleratorAttributesResponse.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.
 
- 
acceleratorAttributesdefault UpdateCustomRoutingAcceleratorAttributesResponse.Builder acceleratorAttributes(Consumer<CustomRoutingAcceleratorAttributes.Builder> acceleratorAttributes) Updated custom routing accelerator. This is a convenience method that creates an instance of theCustomRoutingAcceleratorAttributes.Builderavoiding the need to create one manually viaCustomRoutingAcceleratorAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toacceleratorAttributes(CustomRoutingAcceleratorAttributes).- Parameters:
- acceleratorAttributes- a consumer that will call methods on- CustomRoutingAcceleratorAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-