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