Interface ListRecommendedActionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BcmRecommendedActionsRequest.Builder,Buildable,CopyableBuilder<ListRecommendedActionsRequest.Builder,,ListRecommendedActionsRequest> SdkBuilder<ListRecommendedActionsRequest.Builder,,ListRecommendedActionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRecommendedActionsRequest
@Mutable
@NotThreadSafe
public static interface ListRecommendedActionsRequest.Builder
extends BcmRecommendedActionsRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendedActionsRequest.Builder,ListRecommendedActionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilter(Consumer<RequestFilter.Builder> filter) The criteria that you want all returned recommended actions to match.filter(RequestFilter filter) The criteria that you want all returned recommended actions to match.maxResults(Integer maxResults) The maximum number of results to return in the response.The pagination token that indicates the next set of results that you want to retrieve.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.services.bcmrecommendedactions.model.BcmRecommendedActionsRequest.Builder
buildMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
filter
The criteria that you want all returned recommended actions to match.
- Parameters:
filter- The criteria that you want all returned recommended actions to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The criteria that you want all returned recommended actions to match.
This is a convenience method that creates an instance of theRequestFilter.Builderavoiding the need to create one manually viaRequestFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(RequestFilter).- Parameters:
filter- a consumer that will call methods onRequestFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token that indicates the next set of results that you want to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendedActionsRequest.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
ListRecommendedActionsRequest.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.
-