public static interface BatchUpdateRecommendationStatusRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusRequest.Builder,BatchUpdateRecommendationStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateRecommendationStatusRequest.Builder appArn(String 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.
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.BatchUpdateRecommendationStatusRequest.Builder requestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
requestEntries - Defines the list of operational recommendations that need to be included or excluded.BatchUpdateRecommendationStatusRequest.Builder requestEntries(UpdateRecommendationStatusRequestEntry... requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
requestEntries - Defines the list of operational recommendations that need to be included or excluded.BatchUpdateRecommendationStatusRequest.Builder requestEntries(Consumer<UpdateRecommendationStatusRequestEntry.Builder>... requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
This is a convenience method that creates an instance of theUpdateRecommendationStatusRequestEntry.Builder
avoiding the need to create one manually via
UpdateRecommendationStatusRequestEntry.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #requestEntries(List.
requestEntries - a consumer that will call methods on
UpdateRecommendationStatusRequestEntry.Builder#requestEntries(java.util.Collection) BatchUpdateRecommendationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateRecommendationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.