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 method that creates an instance of theEndpointGroup.Builder avoiding the need to
create one manually via
EndpointGroup.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
EndpointGroup.Builder#endpointGroups(java.util.Collection) 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 © 2023. All rights reserved.