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 Details

    • 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

      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

      Defines the type of license configuration the report generator tracks.

      This is a convenience method that creates an instance of the ReportContext.Builder avoiding the need to create one manually via ReportContext.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to reportContext(ReportContext).

      Parameters:
      reportContext - a consumer that will call methods on ReportContext.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

      Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.

      This is a convenience method that creates an instance of the ReportFrequency.Builder avoiding the need to create one manually via ReportFrequency.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to reportFrequency(ReportFrequency).

      Parameters:
      reportFrequency - a consumer that will call methods on ReportFrequency.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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.