public static interface UpdateAssessmentTargetRequest.Builder extends InspectorRequest.Builder, CopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentTargetRequest.Builder |
assessmentTargetArn(String assessmentTargetArn)
The ARN of the assessment target that you want to update.
|
UpdateAssessmentTargetRequest.Builder |
assessmentTargetName(String assessmentTargetName)
The name of the assessment target that you want to update.
|
UpdateAssessmentTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAssessmentTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateAssessmentTargetRequest.Builder |
resourceGroupArn(String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource group to associate with the assessment
target.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateAssessmentTargetRequest.Builder assessmentTargetArn(String assessmentTargetArn)
The ARN of the assessment target that you want to update.
assessmentTargetArn - The ARN of the assessment target that you want to update.UpdateAssessmentTargetRequest.Builder assessmentTargetName(String assessmentTargetName)
The name of the assessment target that you want to update.
assessmentTargetName - The name of the assessment target that you want to update.UpdateAssessmentTargetRequest.Builder resourceGroupArn(String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
resourceGroupArn - The ARN of the resource group that is used to specify the new resource group to associate with the
assessment target.UpdateAssessmentTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAssessmentTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.