CopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
, SdkBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
public static interface UpdateAssessmentTargetRequest.Builder extends CopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
Modifier and Type | Method | 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 |
resourceGroupArn(String resourceGroupArn) |
The ARN of the resource group that is used to specify the new resource group to associate with the assessment
target.
|
copy
apply, build
UpdateAssessmentTargetRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.