Interface SearchFlowsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchFlowsRequest.Builder,
,SearchFlowsRequest> QuickSightRequest.Builder
,SdkBuilder<SearchFlowsRequest.Builder,
,SearchFlowsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchFlowsRequest
@Mutable
@NotThreadSafe
public static interface SearchFlowsRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchFlowsRequest.Builder,SearchFlowsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account where you are searching for flows from.filters
(Collection<SearchFlowsFilter> filters) The filters applied to the search when searching for flows in the Amazon Web Services account.filters
(Consumer<SearchFlowsFilter.Builder>... filters) The filters applied to the search when searching for flows in the Amazon Web Services account.filters
(SearchFlowsFilter... filters) The filters applied to the search when searching for flows in the Amazon Web Services account.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The token to request the next set of results, or null if you want to retrieve the first set.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account where you are searching for flows from.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account where you are searching for flows from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters applied to the search when searching for flows in the Amazon Web Services account.
- Parameters:
filters
- The filters applied to the search when searching for flows in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters applied to the search when searching for flows in the Amazon Web Services account.
- Parameters:
filters
- The filters applied to the search when searching for flows in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters applied to the search when searching for flows in the Amazon Web Services account.
This is a convenience method that creates an instance of theSearchFlowsFilter.Builder
avoiding the need to create one manually viaSearchFlowsFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<SearchFlowsFilter>)
.- Parameters:
filters
- a consumer that will call methods onSearchFlowsFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to request the next set of results, or null if you want to retrieve the first set.
- Parameters:
nextToken
- The token to request the next set of results, or null if you want to retrieve the first set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchFlowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-