Interface BatchGetFlowAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<BatchGetFlowAssociationResponse.Builder,,BatchGetFlowAssociationResponse> SdkBuilder<BatchGetFlowAssociationResponse.Builder,,BatchGetFlowAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetFlowAssociationResponse
public static interface BatchGetFlowAssociationResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<BatchGetFlowAssociationResponse.Builder,BatchGetFlowAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList) Information about flow associations.flowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList) Information about flow associations.flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList) Information about flow associations.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowAssociationSummaryList
BatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList) Information about flow associations.
- Parameters:
flowAssociationSummaryList- Information about flow associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssociationSummaryList
BatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList) Information about flow associations.
- Parameters:
flowAssociationSummaryList- Information about flow associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssociationSummaryList
BatchGetFlowAssociationResponse.Builder flowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList) Information about flow associations.
This is a convenience method that creates an instance of theFlowAssociationSummary.Builderavoiding the need to create one manually viaFlowAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflowAssociationSummaryList(List<FlowAssociationSummary>).- Parameters:
flowAssociationSummaryList- a consumer that will call methods onFlowAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-