Interface ListFlowsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFlowsResponse.Builder,
,ListFlowsResponse> QuickSightResponse.Builder
,SdkBuilder<ListFlowsResponse.Builder,
,ListFlowsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFlowsResponse
@Mutable
@NotThreadSafe
public static interface ListFlowsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListFlowsResponse.Builder,ListFlowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowSummaryList
(Collection<FlowSummary> flowSummaryList) A structure that contains all of the flows in your Amazon Web Services account.flowSummaryList
(Consumer<FlowSummary.Builder>... flowSummaryList) A structure that contains all of the flows in your Amazon Web Services account.flowSummaryList
(FlowSummary... flowSummaryList) A structure that contains all of the flows in your Amazon Web Services account.The token for the next set of results, or null if there are no more results.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowSummaryList
A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
- Parameters:
flowSummaryList
- A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowSummaryList
A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
- Parameters:
flowSummaryList
- A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowSummaryList
A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
This is a convenience method that creates an instance of theFlowSummary.Builder
avoiding the need to create one manually viaFlowSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowSummaryList(List<FlowSummary>)
.- Parameters:
flowSummaryList
- a consumer that will call methods onFlowSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-