public static interface ListEndpointGroupsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointGroupsResponse.Builder,ListEndpointGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointGroupsResponse.Builder |
endpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResponse.Builder |
endpointGroups(Consumer<EndpointGroup.Builder>... endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResponse.Builder |
endpointGroups(EndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointGroupsResponse.Builder endpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
endpointGroups - The list of the endpoint groups associated with a listener.ListEndpointGroupsResponse.Builder endpointGroups(EndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener.
endpointGroups - The list of the endpoint groups associated with a listener.ListEndpointGroupsResponse.Builder endpointGroups(Consumer<EndpointGroup.Builder>... endpointGroups)
The list of the endpoint groups associated with a listener.
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) ListEndpointGroupsResponse.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.