public static interface ListCustomRoutingEndpointGroupsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingEndpointGroupsResponse.Builder,ListCustomRoutingEndpointGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingEndpointGroupsResponse.Builder |
endpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResponse.Builder |
endpointGroups(Consumer<CustomRoutingEndpointGroup.Builder>... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResponse.Builder |
endpointGroups(CustomRoutingEndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomRoutingEndpointGroupsResponse.Builder endpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
endpointGroups - The list of the endpoint groups associated with a listener for a custom routing accelerator.ListCustomRoutingEndpointGroupsResponse.Builder endpointGroups(CustomRoutingEndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
endpointGroups - The list of the endpoint groups associated with a listener for a custom routing accelerator.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.Builder avoiding
the need to create one manually via
CustomRoutingEndpointGroup.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #endpointGroups(List.
endpointGroups - a consumer that will call methods on
CustomRoutingEndpointGroup.Builder#endpointGroups(java.util.Collection) ListCustomRoutingEndpointGroupsResponse.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.Copyright © 2022. All rights reserved.