public static interface SearchFlowTemplatesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchFlowTemplatesResponse.Builder,SearchFlowTemplatesResponse>
Modifier and Type | Method and Description |
---|---|
SearchFlowTemplatesResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchFlowTemplatesResponse.Builder |
summaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
SearchFlowTemplatesResponse.Builder |
summaries(Consumer<FlowTemplateSummary.Builder>... summaries)
An array of objects that contain summary information about each workflow in the result set.
|
SearchFlowTemplatesResponse.Builder |
summaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchFlowTemplatesResponse.Builder summaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
summaries
- An array of objects that contain summary information about each workflow in the result set.SearchFlowTemplatesResponse.Builder summaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
summaries
- An array of objects that contain summary information about each workflow in the result set.SearchFlowTemplatesResponse.Builder summaries(Consumer<FlowTemplateSummary.Builder>... summaries)
An array of objects that contain summary information about each workflow in the result set.
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 #summaries(List)
.summaries
- a consumer that will call methods on List.Builder
#summaries(List)
SearchFlowTemplatesResponse.Builder nextToken(String nextToken)
The string to specify as nextToken
when you request the next page of results.
nextToken
- The string to specify as nextToken
when you request the next page of results.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.