Interface CreateAnalyzerRequest.Builder

All Superinterfaces:
AccessAnalyzerRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<CreateAnalyzerRequest.Builder,CreateAnalyzerRequest>, SdkBuilder<CreateAnalyzerRequest.Builder,CreateAnalyzerRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateAnalyzerRequest

public static interface CreateAnalyzerRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<CreateAnalyzerRequest.Builder,CreateAnalyzerRequest>
  • Method Details

    • analyzerName

      CreateAnalyzerRequest.Builder analyzerName(String analyzerName)

      The name of the analyzer to create.

      Parameters:
      analyzerName - The name of the analyzer to create.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • archiveRules

      Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.

      Parameters:
      archiveRules - Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • archiveRules

      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.

      Parameters:
      archiveRules - Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the InlineArchiveRule.Builder avoiding the need to create one manually via InlineArchiveRule.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to archiveRules(List<InlineArchiveRule>).

      Parameters:
      archiveRules - a consumer that will call methods on InlineArchiveRule.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags to apply to the analyzer.

      Parameters:
      tags - The tags to apply to the analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateAnalyzerRequest.Builder clientToken(String clientToken)

      A client token.

      Parameters:
      clientToken - A client token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateAnalyzerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.