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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetLicenseManagerReportGeneratorResponse.BuilderreportGenerator(Consumer<ReportGenerator.Builder> reportGenerator)A report generator that creates periodic reports about your license configurations.GetLicenseManagerReportGeneratorResponse.BuilderreportGenerator(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 Detail
-
reportGenerator
GetLicenseManagerReportGeneratorResponse.Builder reportGenerator(ReportGenerator 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:
reportGenerator(ReportGenerator)
-
-