Interface AssessmentEvidenceFolder.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssessmentEvidenceFolder.Builder,AssessmentEvidenceFolder>, SdkBuilder<AssessmentEvidenceFolder.Builder,AssessmentEvidenceFolder>, SdkPojo
Enclosing class:
AssessmentEvidenceFolder

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

    • name

      The name of the evidence folder.

      Parameters:
      name - The name of the evidence folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • date

      The date when the first evidence was added to the evidence folder.

      Parameters:
      date - The date when the first evidence was added to the evidence folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentId

      AssessmentEvidenceFolder.Builder assessmentId(String assessmentId)

      The identifier for the assessment.

      Parameters:
      assessmentId - The identifier for the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlSetId

      AssessmentEvidenceFolder.Builder controlSetId(String controlSetId)

      The identifier for the control set.

      Parameters:
      controlSetId - The identifier for the control set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlId

      The unique identifier for the control.

      Parameters:
      controlId - The unique identifier for the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier for the folder that the evidence is stored in.

      Parameters:
      id - The identifier for the folder that the evidence is stored in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSource

      AssessmentEvidenceFolder.Builder dataSource(String dataSource)

      The Amazon Web Service that the evidence was collected from.

      Parameters:
      dataSource - The Amazon Web Service that the evidence was collected from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • author

      The name of the user who created the evidence folder.

      Parameters:
      author - The name of the user who created the evidence folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalEvidence

      AssessmentEvidenceFolder.Builder totalEvidence(Integer totalEvidence)

      The total amount of evidence in the evidence folder.

      Parameters:
      totalEvidence - The total amount of evidence in the evidence folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentReportSelectionCount

      AssessmentEvidenceFolder.Builder assessmentReportSelectionCount(Integer assessmentReportSelectionCount)

      The total count of evidence that's included in the assessment report.

      Parameters:
      assessmentReportSelectionCount - The total count of evidence that's included in the assessment report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlName

      AssessmentEvidenceFolder.Builder controlName(String controlName)

      The name of the control.

      Parameters:
      controlName - The name of the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceResourcesIncludedCount

      AssessmentEvidenceFolder.Builder evidenceResourcesIncludedCount(Integer evidenceResourcesIncludedCount)

      The amount of evidence that's included in the evidence folder.

      Parameters:
      evidenceResourcesIncludedCount - The amount of evidence that's included in the evidence folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceByTypeConfigurationDataCount

      AssessmentEvidenceFolder.Builder evidenceByTypeConfigurationDataCount(Integer evidenceByTypeConfigurationDataCount)

      The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.

      Parameters:
      evidenceByTypeConfigurationDataCount - The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceByTypeManualCount

      AssessmentEvidenceFolder.Builder evidenceByTypeManualCount(Integer evidenceByTypeManualCount)

      The number of evidence that falls under the manual category. This evidence is imported manually.

      Parameters:
      evidenceByTypeManualCount - The number of evidence that falls under the manual category. This evidence is imported manually.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceByTypeComplianceCheckCount

      AssessmentEvidenceFolder.Builder evidenceByTypeComplianceCheckCount(Integer evidenceByTypeComplianceCheckCount)

      The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

      Parameters:
      evidenceByTypeComplianceCheckCount - The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceByTypeComplianceCheckIssuesCount

      AssessmentEvidenceFolder.Builder evidenceByTypeComplianceCheckIssuesCount(Integer evidenceByTypeComplianceCheckIssuesCount)

      The total number of issues that were reported directly from Security Hub, Config, or both.

      Parameters:
      evidenceByTypeComplianceCheckIssuesCount - The total number of issues that were reported directly from Security Hub, Config, or both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceByTypeUserActivityCount

      AssessmentEvidenceFolder.Builder evidenceByTypeUserActivityCount(Integer evidenceByTypeUserActivityCount)

      The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

      Parameters:
      evidenceByTypeUserActivityCount - The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidenceAwsServiceSourceCount

      AssessmentEvidenceFolder.Builder evidenceAwsServiceSourceCount(Integer evidenceAwsServiceSourceCount)

      The total number of Amazon Web Services resources that were assessed to generate the evidence.

      Parameters:
      evidenceAwsServiceSourceCount - The total number of Amazon Web Services resources that were assessed to generate the evidence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.