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 method that creates an instance of theReportGenerator.Builder avoiding the need to
create one manually via
ReportGenerator.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reportGenerators(List.
reportGenerators - a consumer that will call methods on
ReportGenerator.Builder#reportGenerators(java.util.Collection) ListLicenseManagerReportGeneratorsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.