public static interface BatchGetFlowAssociationResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<BatchGetFlowAssociationResponse.Builder,BatchGetFlowAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetFlowAssociationResponse.Builder |
flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
|
BatchGetFlowAssociationResponse.Builder |
flowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList)
Information about flow associations.
|
BatchGetFlowAssociationResponse.Builder |
flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Information about flow associations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
flowAssociationSummaryList - Information about flow associations.BatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Information about flow associations.
flowAssociationSummaryList - Information about flow associations.BatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList)
Information about flow associations.
This is a convenience method that creates an instance of theFlowAssociationSummary.Builder avoiding the need to
create one manually via
FlowAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #flowAssociationSummaryList(List.
flowAssociationSummaryList - a consumer that will call methods on
FlowAssociationSummary.Builder#flowAssociationSummaryList(java.util.Collection) Copyright © 2023. All rights reserved.