@Stability(value=Stable) public static final class CfnAssessmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAssessmentProps>
CfnAssessmentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAssessmentProps.Builder assessmentReportsDestination(CfnAssessment.AssessmentReportsDestinationProperty assessmentReportsDestination)
CfnAssessmentProps.getAssessmentReportsDestination()assessmentReportsDestination - The destination that evidence reports are stored in for the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder assessmentReportsDestination(IResolvable assessmentReportsDestination)
CfnAssessmentProps.getAssessmentReportsDestination()assessmentReportsDestination - The destination that evidence reports are stored in for the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder awsAccount(CfnAssessment.AWSAccountProperty awsAccount)
CfnAssessmentProps.getAwsAccount()awsAccount - The AWS account that's associated with the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder awsAccount(IResolvable awsAccount)
CfnAssessmentProps.getAwsAccount()awsAccount - The AWS account that's associated with the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder description(String description)
CfnAssessmentProps.getDescription()description - The description of the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder frameworkId(String frameworkId)
CfnAssessmentProps.getFrameworkId()frameworkId - The unique identifier for the framework.this@Stability(value=Stable) public CfnAssessmentProps.Builder name(String name)
CfnAssessmentProps.getName()name - The name of the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder roles(IResolvable roles)
CfnAssessmentProps.getRoles()roles - The roles that are associated with the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder roles(List<? extends Object> roles)
CfnAssessmentProps.getRoles()roles - The roles that are associated with the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder scope(CfnAssessment.ScopeProperty scope)
CfnAssessmentProps.getScope()scope - The wrapper of AWS accounts and services that are in scope for the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder scope(IResolvable scope)
CfnAssessmentProps.getScope()scope - The wrapper of AWS accounts and services that are in scope for the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder status(String status)
CfnAssessmentProps.getStatus()status - The overall status of the assessment.this@Stability(value=Stable) public CfnAssessmentProps.Builder tags(List<? extends CfnTag> tags)
CfnAssessmentProps.getTags()tags - The tags that are associated with the assessment.this@Stability(value=Stable) public CfnAssessmentProps build()
build in interface software.amazon.jsii.Builder<CfnAssessmentProps>CfnAssessmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.