public static interface ListGatewayGroupsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListGatewayGroupsResponse.Builder,ListGatewayGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGatewayGroupsResponse.Builder |
gatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
|
ListGatewayGroupsResponse.Builder |
gatewayGroups(Consumer<GatewayGroupSummary.Builder>... gatewayGroups)
The gateway groups in the list.
|
ListGatewayGroupsResponse.Builder |
gatewayGroups(GatewayGroupSummary... gatewayGroups)
The gateway groups in the list.
|
ListGatewayGroupsResponse.Builder |
nextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewayGroupsResponse.Builder gatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
gatewayGroups - The gateway groups in the list.ListGatewayGroupsResponse.Builder gatewayGroups(GatewayGroupSummary... gatewayGroups)
The gateway groups in the list.
gatewayGroups - The gateway groups in the list.ListGatewayGroupsResponse.Builder gatewayGroups(Consumer<GatewayGroupSummary.Builder>... gatewayGroups)
The gateway groups in the list.
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 #gatewayGroups(List) .gatewayGroups - a consumer that will call methods on List.Builder #gatewayGroups(List) ListGatewayGroupsResponse.Builder nextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
nextToken - The token used to paginate though multiple pages of gateway group summaries.Copyright © 2021. All rights reserved.