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 method that creates an instance of theReportDefinition.Builder avoiding the
need to create one manually via
ReportDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #reportDefinitions(List.
reportDefinitions - a consumer that will call methods on
ReportDefinition.Builder#reportDefinitions(java.util.Collection) 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 © 2023. All rights reserved.