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(Consumer<ReportDefinition.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 reportDefinitions(Consumer<ReportDefinition.Builder>... reportDefinitions)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #reportDefinitions(List) .reportDefinitions - a consumer that will call methods on List.Builder #reportDefinitions(List) 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.