public static interface BatchUpdateRecommendationStatusResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusResponse.Builder,BatchUpdateRecommendationStatusResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateRecommendationStatusResponse.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 AWS 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 AWS General Reference guide.BatchUpdateRecommendationStatusResponse.Builder failedEntries(Collection<BatchUpdateRecommendationStatusFailedEntry> failedEntries)
A list of items with error details about each item, which could not be included or excluded.
failedEntries - A list of items with error details about each item, which could not be included or excluded.BatchUpdateRecommendationStatusResponse.Builder failedEntries(BatchUpdateRecommendationStatusFailedEntry... failedEntries)
A list of items with error details about each item, which could not be included or excluded.
failedEntries - A list of items with error details about each item, which could not be included or excluded.BatchUpdateRecommendationStatusResponse.Builder failedEntries(Consumer<BatchUpdateRecommendationStatusFailedEntry.Builder>... failedEntries)
A list of items with error details about each item, which could not be included or excluded.
This is a convenience method that creates an instance of theBatchUpdateRecommendationStatusFailedEntry.Builder
avoiding the need to create one manually via
BatchUpdateRecommendationStatusFailedEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #failedEntries(List.
failedEntries - a consumer that will call methods on
BatchUpdateRecommendationStatusFailedEntry.Builder#failedEntries(java.util.Collection) BatchUpdateRecommendationStatusResponse.Builder successfulEntries(Collection<BatchUpdateRecommendationStatusSuccessfulEntry> successfulEntries)
A list of items that were included or excluded.
successfulEntries - A list of items that were included or excluded.BatchUpdateRecommendationStatusResponse.Builder successfulEntries(BatchUpdateRecommendationStatusSuccessfulEntry... successfulEntries)
A list of items that were included or excluded.
successfulEntries - A list of items that were included or excluded.BatchUpdateRecommendationStatusResponse.Builder successfulEntries(Consumer<BatchUpdateRecommendationStatusSuccessfulEntry.Builder>... successfulEntries)
A list of items that were included or excluded.
This is a convenience method that creates an instance of theBatchUpdateRecommendationStatusSuccessfulEntry.Builder
avoiding the need to create one manually via
BatchUpdateRecommendationStatusSuccessfulEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #successfulEntries(List.
successfulEntries - a consumer that will call methods on
BatchUpdateRecommendationStatusSuccessfulEntry.Builder#successfulEntries(java.util.Collection) Copyright © 2023. All rights reserved.