Interface GetLicenseManagerReportGeneratorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetLicenseManagerReportGeneratorResponse.Builder,
,GetLicenseManagerReportGeneratorResponse> LicenseManagerResponse.Builder
,SdkBuilder<GetLicenseManagerReportGeneratorResponse.Builder,
,GetLicenseManagerReportGeneratorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetLicenseManagerReportGeneratorResponse
public static interface GetLicenseManagerReportGeneratorResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseManagerReportGeneratorResponse.Builder,GetLicenseManagerReportGeneratorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionreportGenerator
(Consumer<ReportGenerator.Builder> reportGenerator) A report generator that creates periodic reports about your license configurations.reportGenerator
(ReportGenerator reportGenerator) A report generator that creates periodic reports about your license configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
reportGenerator
A report generator that creates periodic reports about your license configurations.
- Parameters:
reportGenerator
- A report generator that creates periodic reports about your license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGenerator
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 viaReportGenerator.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreportGenerator(ReportGenerator)
.- Parameters:
reportGenerator
- a consumer that will call methods onReportGenerator.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-