public static interface DisableInsightRulesResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<DisableInsightRulesResponse.Builder,DisableInsightRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DisableInsightRulesResponse.Builder |
failures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled.
|
DisableInsightRulesResponse.Builder |
failures(Consumer<PartialFailure.Builder>... failures)
An array listing the rules that could not be disabled.
|
DisableInsightRulesResponse.Builder |
failures(PartialFailure... failures)
An array listing the rules that could not be disabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableInsightRulesResponse.Builder failures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
failures - An array listing the rules that could not be disabled. You cannot disable built-in rules.DisableInsightRulesResponse.Builder failures(PartialFailure... failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
failures - An array listing the rules that could not be disabled. You cannot disable built-in rules.DisableInsightRulesResponse.Builder failures(Consumer<PartialFailure.Builder>... failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
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.