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 method that creates an instance of theFlowDefinitionSummary.Builder avoiding the need to
create one manually via
FlowDefinitionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #flowDefinitionSummaries(List.
flowDefinitionSummaries - a consumer that will call methods on
FlowDefinitionSummary.Builder#flowDefinitionSummaries(java.util.Collection) ListFlowDefinitionsResponse.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.Copyright © 2022. All rights reserved.