public static interface ListLicenseManagerReportGeneratorsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseManagerReportGeneratorsResponse.Builder,ListLicenseManagerReportGeneratorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseManagerReportGeneratorsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListLicenseManagerReportGeneratorsResponse.Builder |
reportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
ListLicenseManagerReportGeneratorsResponse.Builder |
reportGenerators(Consumer<ReportGenerator.Builder>... reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
ListLicenseManagerReportGeneratorsResponse.Builder |
reportGenerators(ReportGenerator... reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
reportGenerators - A report generator that creates periodic reports about your license configurations.ListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(ReportGenerator... reportGenerators)
A report generator that creates periodic reports about your license configurations.
reportGenerators - A report generator that creates periodic reports about your license configurations.ListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(Consumer<ReportGenerator.Builder>... reportGenerators)
A report generator that creates periodic reports about your license configurations.
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 #reportGenerators(List) .reportGenerators - a consumer that will call methods on List.Builder #reportGenerators(List) ListLicenseManagerReportGeneratorsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2022. All rights reserved.