Interface CreateLicenseManagerReportGeneratorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLicenseManagerReportGeneratorRequest.Builder,CreateLicenseManagerReportGeneratorRequest>,LicenseManagerRequest.Builder,SdkBuilder<CreateLicenseManagerReportGeneratorRequest.Builder,CreateLicenseManagerReportGeneratorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLicenseManagerReportGeneratorRequest
public static interface CreateLicenseManagerReportGeneratorRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateLicenseManagerReportGeneratorRequest.Builder,CreateLicenseManagerReportGeneratorRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
reportGeneratorName
CreateLicenseManagerReportGeneratorRequest.Builder reportGeneratorName(String 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
CreateLicenseManagerReportGeneratorRequest.Builder typeWithStrings(Collection<String> 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.
-
-
typeWithStrings
CreateLicenseManagerReportGeneratorRequest.Builder typeWithStrings(String... 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
CreateLicenseManagerReportGeneratorRequest.Builder type(Collection<ReportType> 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
CreateLicenseManagerReportGeneratorRequest.Builder type(ReportType... 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
CreateLicenseManagerReportGeneratorRequest.Builder reportContext(ReportContext 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:
reportContext(ReportContext)
-
reportFrequency
CreateLicenseManagerReportGeneratorRequest.Builder reportFrequency(ReportFrequency 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:
reportFrequency(ReportFrequency)
-
clientToken
CreateLicenseManagerReportGeneratorRequest.Builder clientToken(String 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
CreateLicenseManagerReportGeneratorRequest.Builder description(String 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
CreateLicenseManagerReportGeneratorRequest.Builder tags(Collection<Tag> 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
CreateLicenseManagerReportGeneratorRequest.Builder tags(Tag... 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
CreateLicenseManagerReportGeneratorRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-