Interface ListCustomRoutingEndpointGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomRoutingEndpointGroupsResponse.Builder,ListCustomRoutingEndpointGroupsResponse>,GlobalAcceleratorResponse.Builder,SdkBuilder<ListCustomRoutingEndpointGroupsResponse.Builder,ListCustomRoutingEndpointGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCustomRoutingEndpointGroupsResponse
public static interface ListCustomRoutingEndpointGroupsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingEndpointGroupsResponse.Builder,ListCustomRoutingEndpointGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomRoutingEndpointGroupsResponse.BuilderendpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)The list of the endpoint groups associated with a listener for a custom routing accelerator.ListCustomRoutingEndpointGroupsResponse.BuilderendpointGroups(Consumer<CustomRoutingEndpointGroup.Builder>... endpointGroups)The list of the endpoint groups associated with a listener for a custom routing accelerator.ListCustomRoutingEndpointGroupsResponse.BuilderendpointGroups(CustomRoutingEndpointGroup... endpointGroups)The list of the endpoint groups associated with a listener for a custom routing accelerator.ListCustomRoutingEndpointGroupsResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
endpointGroups
ListCustomRoutingEndpointGroupsResponse.Builder endpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
- Parameters:
endpointGroups- The list of the endpoint groups associated with a listener for a custom routing accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointGroups
ListCustomRoutingEndpointGroupsResponse.Builder endpointGroups(CustomRoutingEndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
- Parameters:
endpointGroups- The list of the endpoint groups associated with a listener for a custom routing accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointGroups
ListCustomRoutingEndpointGroupsResponse.Builder endpointGroups(Consumer<CustomRoutingEndpointGroup.Builder>... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
This is a convenience method that creates an instance of theCustomRoutingEndpointGroup.Builderavoiding the need to create one manually viaCustomRoutingEndpointGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointGroups(List.) - Parameters:
endpointGroups- a consumer that will call methods onCustomRoutingEndpointGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointGroups(java.util.Collection)
-
nextToken
ListCustomRoutingEndpointGroupsResponse.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.
-
-