Interface RejectResourceGroupingRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RejectResourceGroupingRecommendationsRequest.Builder,
,RejectResourceGroupingRecommendationsRequest> ResiliencehubRequest.Builder
,SdkBuilder<RejectResourceGroupingRecommendationsRequest.Builder,
,RejectResourceGroupingRecommendationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RejectResourceGroupingRecommendationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the Resilience Hub application.Indicates the list of resource grouping recommendations you have selected to exclude from your application.entries
(Consumer<RejectGroupingRecommendationEntry.Builder>... entries) Indicates the list of resource grouping recommendations you have selected to exclude from your application.entries
(RejectGroupingRecommendationEntry... entries) Indicates the list of resource grouping recommendations you have selected to exclude from your application.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.resiliencehub.model.ResiliencehubRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
appArn
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Parameters:
appArn
- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
RejectResourceGroupingRecommendationsRequest.Builder entries(Collection<RejectGroupingRecommendationEntry> entries) Indicates the list of resource grouping recommendations you have selected to exclude from your application.
- Parameters:
entries
- Indicates the list of resource grouping recommendations you have selected to exclude from your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
RejectResourceGroupingRecommendationsRequest.Builder entries(RejectGroupingRecommendationEntry... entries) Indicates the list of resource grouping recommendations you have selected to exclude from your application.
- Parameters:
entries
- Indicates the list of resource grouping recommendations you have selected to exclude from your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
RejectResourceGroupingRecommendationsRequest.Builder entries(Consumer<RejectGroupingRecommendationEntry.Builder>... entries) Indicates the list of resource grouping recommendations you have selected to exclude from your application.
This is a convenience method that creates an instance of theRejectGroupingRecommendationEntry.Builder
avoiding the need to create one manually viaRejectGroupingRecommendationEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentries(List<RejectGroupingRecommendationEntry>)
.- Parameters:
entries
- a consumer that will call methods onRejectGroupingRecommendationEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
RejectResourceGroupingRecommendationsRequest.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
RejectResourceGroupingRecommendationsRequest.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.
-