public static interface DescribeReportDefinitionsResponse.Builder extends CostandUsageReportResponse.Builder, CopyableBuilder<DescribeReportDefinitionsResponse.Builder,DescribeReportDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReportDefinitionsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeReportDefinitionsResponse.Builder |
reportDefinitions(Collection<ReportDefinition> reportDefinitions)
Sets the value of the ReportDefinitions property for this object.
|
DescribeReportDefinitionsResponse.Builder |
reportDefinitions(ReportDefinition... reportDefinitions)
Sets the value of the ReportDefinitions property for this object.
|
buildcopyapply, buildDescribeReportDefinitionsResponse.Builder reportDefinitions(Collection<ReportDefinition> reportDefinitions)
reportDefinitions - The new value for the ReportDefinitions property for this object.DescribeReportDefinitionsResponse.Builder reportDefinitions(ReportDefinition... reportDefinitions)
reportDefinitions - The new value for the ReportDefinitions property for this object.DescribeReportDefinitionsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.