public static interface AnalysisRuleCustom.Builder extends SdkPojo, CopyableBuilder<AnalysisRuleCustom.Builder,AnalysisRuleCustom>
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleCustom.Builder |
allowedAnalyses(Collection<String> allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
allowedAnalyses(String... allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
allowedAnalysisProviders(Collection<String> allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
allowedAnalysisProviders(String... allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisRuleCustom.Builder allowedAnalyses(Collection<String> allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
allowedAnalyses - The analysis templates that are allowed by the custom analysis rule.AnalysisRuleCustom.Builder allowedAnalyses(String... allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
allowedAnalyses - The analysis templates that are allowed by the custom analysis rule.AnalysisRuleCustom.Builder allowedAnalysisProviders(Collection<String> allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalyses is ANY_QUERY.
allowedAnalysisProviders - The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalyses is ANY_QUERY.AnalysisRuleCustom.Builder allowedAnalysisProviders(String... allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalyses is ANY_QUERY.
allowedAnalysisProviders - The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalyses is ANY_QUERY.Copyright © 2023. All rights reserved.