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