Interface ListCustomRoutingAcceleratorsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomRoutingAcceleratorsResponse.Builder,ListCustomRoutingAcceleratorsResponse>,GlobalAcceleratorResponse.Builder,SdkBuilder<ListCustomRoutingAcceleratorsResponse.Builder,ListCustomRoutingAcceleratorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCustomRoutingAcceleratorsResponse
public static interface ListCustomRoutingAcceleratorsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingAcceleratorsResponse.Builder,ListCustomRoutingAcceleratorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomRoutingAcceleratorsResponse.Builderaccelerators(Collection<CustomRoutingAccelerator> accelerators)The list of custom routing accelerators for a customer account.ListCustomRoutingAcceleratorsResponse.Builderaccelerators(Consumer<CustomRoutingAccelerator.Builder>... accelerators)The list of custom routing accelerators for a customer account.ListCustomRoutingAcceleratorsResponse.Builderaccelerators(CustomRoutingAccelerator... accelerators)The list of custom routing accelerators for a customer account.ListCustomRoutingAcceleratorsResponse.BuildernextToken(String nextToken)The token for the next set of results.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accelerators
ListCustomRoutingAcceleratorsResponse.Builder accelerators(Collection<CustomRoutingAccelerator> accelerators)
The list of custom routing accelerators for a customer account.
- Parameters:
accelerators- The list of custom routing accelerators for a customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accelerators
ListCustomRoutingAcceleratorsResponse.Builder accelerators(CustomRoutingAccelerator... accelerators)
The list of custom routing accelerators for a customer account.
- Parameters:
accelerators- The list of custom routing accelerators for a customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accelerators
ListCustomRoutingAcceleratorsResponse.Builder accelerators(Consumer<CustomRoutingAccelerator.Builder>... accelerators)
The list of custom routing accelerators for a customer account.
This is a convenience method that creates an instance of theCustomRoutingAccelerator.Builderavoiding the need to create one manually viaCustomRoutingAccelerator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accelerators(List.) - Parameters:
accelerators- a consumer that will call methods onCustomRoutingAccelerator.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accelerators(java.util.Collection)
-
nextToken
ListCustomRoutingAcceleratorsResponse.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
- Parameters:
nextToken- The token for the next set of results. You receive this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-