public static interface ListAutomationRulesResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListAutomationRulesResponse.Builder,ListAutomationRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAutomationRulesResponse.Builder |
automationRulesMetadata(AutomationRulesMetadata... automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResponse.Builder |
automationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResponse.Builder |
automationRulesMetadata(Consumer<AutomationRulesMetadata.Builder>... automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResponse.Builder |
nextToken(String nextToken)
A pagination token for the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAutomationRulesResponse.Builder automationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus of
ENABLED and DISABLED.
automationRulesMetadata - Metadata for rules in the calling account. The response includes rules with a RuleStatus
of ENABLED and DISABLED.ListAutomationRulesResponse.Builder automationRulesMetadata(AutomationRulesMetadata... automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus of
ENABLED and DISABLED.
automationRulesMetadata - Metadata for rules in the calling account. The response includes rules with a RuleStatus
of ENABLED and DISABLED.ListAutomationRulesResponse.Builder automationRulesMetadata(Consumer<AutomationRulesMetadata.Builder>... automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus of
ENABLED and DISABLED.
AutomationRulesMetadata.Builder avoiding the need
to create one manually via
AutomationRulesMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #automationRulesMetadata(List.
automationRulesMetadata - a consumer that will call methods on
AutomationRulesMetadata.Builder#automationRulesMetadata(java.util.Collection) ListAutomationRulesResponse.Builder nextToken(String nextToken)
A pagination token for the response.
nextToken - A pagination token for the response.Copyright © 2023. All rights reserved.