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
copyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaReportGenerator.builder().When the
Consumercompletes,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:
 
 
 -