public static interface DeleteInsightRulesResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<DeleteInsightRulesResponse.Builder,DeleteInsightRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteInsightRulesResponse.Builder |
failures(Collection<PartialFailure> failures)
An array listing the rules that could not be deleted.
|
DeleteInsightRulesResponse.Builder |
failures(Consumer<PartialFailure.Builder>... failures)
An array listing the rules that could not be deleted.
|
DeleteInsightRulesResponse.Builder |
failures(PartialFailure... failures)
An array listing the rules that could not be deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInsightRulesResponse.Builder failures(Collection<PartialFailure> failures)
An array listing the rules that could not be deleted. You cannot delete built-in rules.
failures - An array listing the rules that could not be deleted. You cannot delete built-in rules.DeleteInsightRulesResponse.Builder failures(PartialFailure... failures)
An array listing the rules that could not be deleted. You cannot delete built-in rules.
failures - An array listing the rules that could not be deleted. You cannot delete built-in rules.DeleteInsightRulesResponse.Builder failures(Consumer<PartialFailure.Builder>... failures)
An array listing the rules that could not be deleted. You cannot delete 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 © 2021. All rights reserved.