Interface ReportContext.Builder

  • Method Details

    • licenseConfigurationArns

      ReportContext.Builder licenseConfigurationArns(Collection<String> licenseConfigurationArns)

      Amazon Resource Name (ARN) of the license configuration that this generator reports on.

      Parameters:
      licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseConfigurationArns

      ReportContext.Builder licenseConfigurationArns(String... licenseConfigurationArns)

      Amazon Resource Name (ARN) of the license configuration that this generator reports on.

      Parameters:
      licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseAssetGroupArns

      ReportContext.Builder licenseAssetGroupArns(Collection<String> licenseAssetGroupArns)

      Amazon Resource Names (ARNs) of the license asset groups to include in the report.

      Parameters:
      licenseAssetGroupArns - Amazon Resource Names (ARNs) of the license asset groups to include in the report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseAssetGroupArns

      ReportContext.Builder licenseAssetGroupArns(String... licenseAssetGroupArns)

      Amazon Resource Names (ARNs) of the license asset groups to include in the report.

      Parameters:
      licenseAssetGroupArns - Amazon Resource Names (ARNs) of the license asset groups to include in the report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reportStartDate

      ReportContext.Builder reportStartDate(Instant reportStartDate)

      Start date for the report data collection period.

      Parameters:
      reportStartDate - Start date for the report data collection period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reportEndDate

      ReportContext.Builder reportEndDate(Instant reportEndDate)

      End date for the report data collection period.

      Parameters:
      reportEndDate - End date for the report data collection period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.