Interface UpdateLicenseManagerReportGeneratorRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateLicenseManagerReportGeneratorRequest.Builder,UpdateLicenseManagerReportGeneratorRequest>, LicenseManagerRequest.Builder, SdkBuilder<UpdateLicenseManagerReportGeneratorRequest.Builder,UpdateLicenseManagerReportGeneratorRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateLicenseManagerReportGeneratorRequest

  • Method Details

    • licenseManagerReportGeneratorArn

      UpdateLicenseManagerReportGeneratorRequest.Builder licenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)

      Amazon Resource Name (ARN) of the report generator to update.

      Parameters:
      licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reportGeneratorName

      UpdateLicenseManagerReportGeneratorRequest.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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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 are supported:

      • 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

      The report context.

      Parameters:
      reportContext - The report context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reportContext

      The report context.

      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.

      Parameters:
      reportFrequency - Frequency by which reports are generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reportFrequency

      Frequency by which reports are generated.

      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.
    • 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.