Interface SearchActionConnectorsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchActionConnectorsRequest.Builder,,SearchActionConnectorsRequest> QuickSightRequest.Builder,SdkBuilder<SearchActionConnectorsRequest.Builder,,SearchActionConnectorsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SearchActionConnectorsRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account ID in which to search for action connectors.filters(Collection<ActionConnectorSearchFilter> filters) The search filters to apply.filters(Consumer<ActionConnectorSearchFilter.Builder>... filters) The search filters to apply.filters(ActionConnectorSearchFilter... filters) The search filters to apply.maxResults(Integer maxResults) The maximum number of action connectors to return in a single response.A pagination token to retrieve the next set of results.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The Amazon Web Services account ID in which to search for action connectors.
- Parameters:
awsAccountId- The Amazon Web Services account ID in which to search for action connectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of action connectors to return in a single response. Valid range is 1 to 100.
- Parameters:
maxResults- The maximum number of action connectors to return in a single response. Valid range is 1 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token to retrieve the next set of results. Use the token returned from a previous call to continue searching.
- Parameters:
nextToken- A pagination token to retrieve the next set of results. Use the token returned from a previous call to continue searching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The search filters to apply. You can filter by connector name, type, or user permissions. Maximum of one filter is supported.
- Parameters:
filters- The search filters to apply. You can filter by connector name, type, or user permissions. Maximum of one filter is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The search filters to apply. You can filter by connector name, type, or user permissions. Maximum of one filter is supported.
- Parameters:
filters- The search filters to apply. You can filter by connector name, type, or user permissions. Maximum of one filter is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
SearchActionConnectorsRequest.Builder filters(Consumer<ActionConnectorSearchFilter.Builder>... filters) The search filters to apply. You can filter by connector name, type, or user permissions. Maximum of one filter is supported.
This is a convenience method that creates an instance of theActionConnectorSearchFilter.Builderavoiding the need to create one manually viaActionConnectorSearchFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<ActionConnectorSearchFilter>).- Parameters:
filters- a consumer that will call methods onActionConnectorSearchFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SearchActionConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchActionConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-