Interface AnalysisRuleCustom.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AnalysisRuleCustom.Builder,,AnalysisRuleCustom> SdkBuilder<AnalysisRuleCustom.Builder,,AnalysisRuleCustom> SdkPojo
- Enclosing class:
 AnalysisRuleCustom
public static interface AnalysisRuleCustom.Builder
extends SdkPojo, CopyableBuilder<AnalysisRuleCustom.Builder,AnalysisRuleCustom> 
- 
Method Summary
Modifier and TypeMethodDescriptionallowedAnalyses(String... allowedAnalyses) The analysis templates that are allowed by the custom analysis rule.allowedAnalyses(Collection<String> allowedAnalyses) The analysis templates that are allowed by the custom analysis rule.allowedAnalysisProviders(String... allowedAnalysisProviders) The Amazon Web Services accounts that are allowed to query by the custom analysis rule.allowedAnalysisProviders(Collection<String> allowedAnalysisProviders) The Amazon Web Services accounts that are allowed to query by the custom analysis rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
allowedAnalyses
The analysis templates that are allowed by the custom analysis rule.
- Parameters:
 allowedAnalyses- The analysis templates that are allowed by the custom analysis rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedAnalyses
The analysis templates that are allowed by the custom analysis rule.
- Parameters:
 allowedAnalyses- The analysis templates that are allowed by the custom analysis rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedAnalysisProviders
The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalysesisANY_QUERY.- Parameters:
 allowedAnalysisProviders- The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required whenallowedAnalysesisANY_QUERY.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedAnalysisProviders
The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when
allowedAnalysesisANY_QUERY.- Parameters:
 allowedAnalysisProviders- The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required whenallowedAnalysesisANY_QUERY.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -