public static interface StartAssessmentRunRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<StartAssessmentRunRequest.Builder,StartAssessmentRunRequest>
| Modifier and Type | Method and 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.
|
StartAssessmentRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAssessmentRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssessmentRunRequest.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.StartAssessmentRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAssessmentRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.