public static interface GetLicenseManagerReportGeneratorResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseManagerReportGeneratorResponse.Builder,GetLicenseManagerReportGeneratorResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLicenseManagerReportGeneratorResponse.Builder |
reportGenerator(Consumer<ReportGenerator.Builder> reportGenerator)
A report generator that creates periodic reports about your license configurations.
|
GetLicenseManagerReportGeneratorResponse.Builder |
reportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLicenseManagerReportGeneratorResponse.Builder reportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
reportGenerator - A report generator that creates periodic reports about your license configurations.default GetLicenseManagerReportGeneratorResponse.Builder reportGenerator(Consumer<ReportGenerator.Builder> reportGenerator)
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 reportGenerator(ReportGenerator).
reportGenerator - a consumer that will call methods on ReportGenerator.BuilderreportGenerator(ReportGenerator)Copyright © 2023. All rights reserved.