CopyableBuilder<StartAssessmentRunRequest.Builder,StartAssessmentRunRequest>
, SdkBuilder<StartAssessmentRunRequest.Builder,StartAssessmentRunRequest>
public static interface StartAssessmentRunRequest.Builder extends CopyableBuilder<StartAssessmentRunRequest.Builder,StartAssessmentRunRequest>
Modifier and Type | Method | Description |
---|---|---|
StartAssessmentRunRequest.Builder |
assessmentRunName(String assessmentRunName) |
You can specify the name for the assessment run.
|
StartAssessmentRunRequest.Builder |
assessmentTemplateArn(String assessmentTemplateArn) |
The ARN of the assessment template of the assessment run that you want to start.
|
copy
apply, build
StartAssessmentRunRequest.Builder assessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to start.
assessmentTemplateArn
- The ARN of the assessment template of the assessment run that you want to start.StartAssessmentRunRequest.Builder assessmentRunName(String assessmentRunName)
You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.
assessmentRunName
- You can specify the name for the assessment run. The name must be unique for the assessment template
whose ARN is used to start the assessment run.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.