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