public static interface ListManagedInsightRulesResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<ListManagedInsightRulesResponse.Builder,ListManagedInsightRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListManagedInsightRulesResponse.Builder |
managedRules(Collection<ManagedRuleDescription> managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
ListManagedInsightRulesResponse.Builder |
managedRules(Consumer<ManagedRuleDescription.Builder>... managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
ListManagedInsightRulesResponse.Builder |
managedRules(ManagedRuleDescription... managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
ListManagedInsightRulesResponse.Builder |
nextToken(String nextToken)
Include this value to get the next set of rules if the value was returned by the previous operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedInsightRulesResponse.Builder managedRules(Collection<ManagedRuleDescription> managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
managedRules - The managed rules that are available for the specified Amazon Web Services resource.ListManagedInsightRulesResponse.Builder managedRules(ManagedRuleDescription... managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
managedRules - The managed rules that are available for the specified Amazon Web Services resource.ListManagedInsightRulesResponse.Builder managedRules(Consumer<ManagedRuleDescription.Builder>... managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
This is a convenience method that creates an instance of theManagedRuleDescription.Builder avoiding the need to
create one manually via
ManagedRuleDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #managedRules(List.
managedRules - a consumer that will call methods on
ManagedRuleDescription.Builder#managedRules(java.util.Collection) ListManagedInsightRulesResponse.Builder nextToken(String nextToken)
Include this value to get the next set of rules if the value was returned by the previous operation.
nextToken - Include this value to get the next set of rules if the value was returned by the previous operation.Copyright © 2023. All rights reserved.