public static interface PutManagedInsightRulesResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<PutManagedInsightRulesResponse.Builder,PutManagedInsightRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
PutManagedInsightRulesResponse.Builder |
failures(Collection<PartialFailure> failures)
An array that lists the rules that could not be enabled.
|
PutManagedInsightRulesResponse.Builder |
failures(Consumer<PartialFailure.Builder>... failures)
An array that lists the rules that could not be enabled.
|
PutManagedInsightRulesResponse.Builder |
failures(PartialFailure... failures)
An array that lists the rules that could not be enabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutManagedInsightRulesResponse.Builder failures(Collection<PartialFailure> failures)
An array that lists the rules that could not be enabled.
failures - An array that lists the rules that could not be enabled.PutManagedInsightRulesResponse.Builder failures(PartialFailure... failures)
An array that lists the rules that could not be enabled.
failures - An array that lists the rules that could not be enabled.PutManagedInsightRulesResponse.Builder failures(Consumer<PartialFailure.Builder>... failures)
An array that lists the rules that could not be enabled.
This is a convenience method that creates an instance of thePartialFailure.Builder avoiding the need to create
one manually via PartialFailure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #failures(List.
failures - a consumer that will call methods on
PartialFailure.Builder#failures(java.util.Collection) Copyright © 2023. All rights reserved.