CopyableBuilder<DescribeAssessmentTargetsRequest.Builder,DescribeAssessmentTargetsRequest>, SdkBuilder<DescribeAssessmentTargetsRequest.Builder,DescribeAssessmentTargetsRequest>public static interface DescribeAssessmentTargetsRequest.Builder extends CopyableBuilder<DescribeAssessmentTargetsRequest.Builder,DescribeAssessmentTargetsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAssessmentTargetsRequest.Builder |
assessmentTargetArns(String... assessmentTargetArns) |
The ARNs that specifies the assessment targets that you want to describe.
|
DescribeAssessmentTargetsRequest.Builder |
assessmentTargetArns(Collection<String> assessmentTargetArns) |
The ARNs that specifies the assessment targets that you want to describe.
|
copyapply, buildDescribeAssessmentTargetsRequest.Builder assessmentTargetArns(Collection<String> assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
assessmentTargetArns - The ARNs that specifies the assessment targets that you want to describe.DescribeAssessmentTargetsRequest.Builder assessmentTargetArns(String... assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
NOTE: This method appends the values to the existing list (if any). Use
#setAssessmentTargetArns(java.util.Collection) or
#withAssessmentTargetArns(java.util.Collection) if you want to override the existing values.
assessmentTargetArns - The ARNs that specifies the assessment targets that you want to describe.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.