public static interface ListFlowDefinitionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListFlowDefinitionsResponse.Builder,ListFlowDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFlowDefinitionsResponse.Builder |
flowDefinitionSummaries(Collection<FlowDefinitionSummary> flowDefinitionSummaries)
An array of objects describing the flow definitions.
|
ListFlowDefinitionsResponse.Builder |
flowDefinitionSummaries(Consumer<FlowDefinitionSummary.Builder>... flowDefinitionSummaries)
An array of objects describing the flow definitions.
|
ListFlowDefinitionsResponse.Builder |
flowDefinitionSummaries(FlowDefinitionSummary... flowDefinitionSummaries)
An array of objects describing the flow definitions.
|
ListFlowDefinitionsResponse.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlowDefinitionsResponse.Builder flowDefinitionSummaries(Collection<FlowDefinitionSummary> flowDefinitionSummaries)
An array of objects describing the flow definitions.
flowDefinitionSummaries - An array of objects describing the flow definitions.ListFlowDefinitionsResponse.Builder flowDefinitionSummaries(FlowDefinitionSummary... flowDefinitionSummaries)
An array of objects describing the flow definitions.
flowDefinitionSummaries - An array of objects describing the flow definitions.ListFlowDefinitionsResponse.Builder flowDefinitionSummaries(Consumer<FlowDefinitionSummary.Builder>... flowDefinitionSummaries)
An array of objects describing the flow definitions.
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 #flowDefinitionSummaries(List) .flowDefinitionSummaries - a consumer that will call methods on List.Builder #flowDefinitionSummaries(List) ListFlowDefinitionsResponse.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.Copyright © 2021. All rights reserved.