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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #failures(List) .failures - a consumer that will call methods on List.Builder #failures(List) Copyright © 2020. All rights reserved.