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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #endpointGroups(List) .endpointGroups - a consumer that will call methods on List.Builder #endpointGroups(List) 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 © 2021. All rights reserved.