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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetFlowAssociationResponse.BuilderflowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)Information about flow associations.BatchGetFlowAssociationResponse.BuilderflowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList)Information about flow associations.BatchGetFlowAssociationResponse.BuilderflowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)Information about flow associations.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#flowAssociationSummaryList(List.) - 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:
#flowAssociationSummaryList(java.util.Collection)
-
-