public static interface ListReportDefinitionsResponse.Builder extends ApplicationCostProfilerResponse.Builder, SdkPojo, CopyableBuilder<ListReportDefinitionsResponse.Builder,ListReportDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReportDefinitionsResponse.Builder |
nextToken(String nextToken)
The value of the next token, if it exists.
|
ListReportDefinitionsResponse.Builder |
reportDefinitions(Collection<ReportDefinition> reportDefinitions)
The retrieved reports.
|
ListReportDefinitionsResponse.Builder |
reportDefinitions(Consumer<ReportDefinition.Builder>... reportDefinitions)
The retrieved reports.
|
ListReportDefinitionsResponse.Builder |
reportDefinitions(ReportDefinition... reportDefinitions)
The retrieved reports.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportDefinitionsResponse.Builder reportDefinitions(Collection<ReportDefinition> reportDefinitions)
The retrieved reports.
reportDefinitions - The retrieved reports.ListReportDefinitionsResponse.Builder reportDefinitions(ReportDefinition... reportDefinitions)
The retrieved reports.
reportDefinitions - The retrieved reports.ListReportDefinitionsResponse.Builder reportDefinitions(Consumer<ReportDefinition.Builder>... reportDefinitions)
The retrieved reports.
This is a convenience that creates an instance of theList.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) ListReportDefinitionsResponse.Builder nextToken(String nextToken)
The value of the next token, if it exists. Null if there are no more results.
nextToken - The value of the next token, if it exists. Null if there are no more results.Copyright © 2021. All rights reserved.