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