public static interface CreateAnalyzerRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<CreateAnalyzerRequest.Builder,CreateAnalyzerRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnalyzerRequest.Builder analyzerName(String analyzerName)
The name of the analyzer to create.
analyzerName - The name of the analyzer to create.CreateAnalyzerRequest.Builder archiveRules(Collection<InlineArchiveRule> archiveRules)
Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
archiveRules - Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that
meet the criteria you define for the rule.CreateAnalyzerRequest.Builder archiveRules(InlineArchiveRule... archiveRules)
Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
archiveRules - Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that
meet the criteria you define for the rule.CreateAnalyzerRequest.Builder archiveRules(Consumer<InlineArchiveRule.Builder>... archiveRules)
Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
This is a convenience method 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 #archiveRules(List) .archiveRules - a consumer that will call methods on List.Builder #archiveRules(List) CreateAnalyzerRequest.Builder clientToken(String clientToken)
A client token.
clientToken - A client token.CreateAnalyzerRequest.Builder tags(Map<String,String> tags)
The tags to apply to the analyzer.
tags - The tags to apply to the analyzer.CreateAnalyzerRequest.Builder type(String type)
The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
type - The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create
only one analyzer per account per Region. You can create up to 5 analyzers per organization per
Region.Type,
TypeCreateAnalyzerRequest.Builder type(Type type)
The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
type - The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create
only one analyzer per account per Region. You can create up to 5 analyzers per organization per
Region.Type,
TypeCreateAnalyzerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAnalyzerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.