Interface CreateLicenseManagerReportGeneratorRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateLicenseManagerReportGeneratorRequest.Builder,,CreateLicenseManagerReportGeneratorRequest> LicenseManagerRequest.Builder,SdkBuilder<CreateLicenseManagerReportGeneratorRequest.Builder,,CreateLicenseManagerReportGeneratorRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateLicenseManagerReportGeneratorRequest
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) Description of the report generator.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reportContext(Consumer<ReportContext.Builder> reportContext) Defines the type of license configuration the report generator tracks.reportContext(ReportContext reportContext) Defines the type of license configuration the report generator tracks.reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency) Frequency by which reports are generated.reportFrequency(ReportFrequency reportFrequency) Frequency by which reports are generated.reportGeneratorName(String reportGeneratorName) Name of the report generator.tags(Collection<Tag> tags) Tags to add to the report generator.tags(Consumer<Tag.Builder>... tags) Tags to add to the report generator.Tags to add to the report generator.type(Collection<ReportType> type) Type of reports to generate.type(ReportType... type) Type of reports to generate.typeWithStrings(String... type) Type of reports to generate.typeWithStrings(Collection<String> type) Type of reports to generate.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
reportGeneratorName
Name of the report generator.
- Parameters:
 reportGeneratorName- Name of the report generator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
typeWithStrings
Type of reports to generate. The following report types an be generated:
- 
 
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
 
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- Parameters:
 type- Type of reports to generate. The following report types an be generated:- 
        
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
        
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
typeWithStrings
Type of reports to generate. The following report types an be generated:
- 
 
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
 
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- Parameters:
 type- Type of reports to generate. The following report types an be generated:- 
        
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
        
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
type
Type of reports to generate. The following report types an be generated:
- 
 
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
 
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- Parameters:
 type- Type of reports to generate. The following report types an be generated:- 
        
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
        
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
type
Type of reports to generate. The following report types an be generated:
- 
 
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
 
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- Parameters:
 type- Type of reports to generate. The following report types an be generated:- 
        
License configuration report - Reports the number and details of consumed licenses for a license configuration.
 - 
        
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
reportContext
Defines the type of license configuration the report generator tracks.
- Parameters:
 reportContext- Defines the type of license configuration the report generator tracks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reportContext
default CreateLicenseManagerReportGeneratorRequest.Builder reportContext(Consumer<ReportContext.Builder> reportContext) Defines the type of license configuration the report generator tracks.
This is a convenience method that creates an instance of theReportContext.Builderavoiding the need to create one manually viaReportContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportContext(ReportContext).- Parameters:
 reportContext- a consumer that will call methods onReportContext.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reportFrequency
Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.
- Parameters:
 reportFrequency- Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reportFrequency
default CreateLicenseManagerReportGeneratorRequest.Builder reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency) Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.
This is a convenience method that creates an instance of theReportFrequency.Builderavoiding the need to create one manually viaReportFrequency.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportFrequency(ReportFrequency).- Parameters:
 reportFrequency- a consumer that will call methods onReportFrequency.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
 clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
Description of the report generator.
- Parameters:
 description- Description of the report generator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to add to the report generator.
- Parameters:
 tags- Tags to add to the report generator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to add to the report generator.
- Parameters:
 tags- Tags to add to the report generator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to add to the report generator.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -