public static interface Assessment.Builder extends SdkPojo, CopyableBuilder<Assessment.Builder,Assessment>
| Modifier and Type | Method and Description |
|---|---|
Assessment.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the assessment.
|
Assessment.Builder |
awsAccount(AWSAccount awsAccount)
The AWS account associated with the assessment.
|
default Assessment.Builder |
awsAccount(Consumer<AWSAccount.Builder> awsAccount)
The AWS account associated with the assessment.
|
Assessment.Builder |
framework(AssessmentFramework framework)
The framework from which the assessment was created.
|
default Assessment.Builder |
framework(Consumer<AssessmentFramework.Builder> framework)
The framework from which the assessment was created.
|
Assessment.Builder |
metadata(AssessmentMetadata metadata)
The metadata for the specified assessment.
|
default Assessment.Builder |
metadata(Consumer<AssessmentMetadata.Builder> metadata)
The metadata for the specified assessment.
|
Assessment.Builder |
tags(Map<String,String> tags)
The tags associated with the assessment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessment.Builder arn(String arn)
The Amazon Resource Name (ARN) of the assessment.
arn - The Amazon Resource Name (ARN) of the assessment.Assessment.Builder awsAccount(AWSAccount awsAccount)
The AWS account associated with the assessment.
awsAccount - The AWS account associated with the assessment.default Assessment.Builder awsAccount(Consumer<AWSAccount.Builder> awsAccount)
The AWS account associated with the assessment.
This is a convenience that creates an instance of theAWSAccount.Builder avoiding the need to create
one manually via AWSAccount.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to awsAccount(AWSAccount).awsAccount - a consumer that will call methods on AWSAccount.BuilderawsAccount(AWSAccount)Assessment.Builder metadata(AssessmentMetadata metadata)
The metadata for the specified assessment.
metadata - The metadata for the specified assessment.default Assessment.Builder metadata(Consumer<AssessmentMetadata.Builder> metadata)
The metadata for the specified assessment.
This is a convenience that creates an instance of theAssessmentMetadata.Builder avoiding the need to
create one manually via AssessmentMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadata(AssessmentMetadata).metadata - a consumer that will call methods on AssessmentMetadata.Buildermetadata(AssessmentMetadata)Assessment.Builder framework(AssessmentFramework framework)
The framework from which the assessment was created.
framework - The framework from which the assessment was created.default Assessment.Builder framework(Consumer<AssessmentFramework.Builder> framework)
The framework from which the assessment was created.
This is a convenience that creates an instance of theAssessmentFramework.Builder avoiding the need
to create one manually via AssessmentFramework.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to framework(AssessmentFramework).framework - a consumer that will call methods on AssessmentFramework.Builderframework(AssessmentFramework)Assessment.Builder tags(Map<String,String> tags)
The tags associated with the assessment.
tags - The tags associated with the assessment.Copyright © 2021. All rights reserved.