Interface ReportContext.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReportContext.Builder,ReportContext>, SdkBuilder<ReportContext.Builder,ReportContext>, SdkPojo
Enclosing class:
ReportContext

public static interface ReportContext.Builder extends SdkPojo, CopyableBuilder<ReportContext.Builder,ReportContext>
  • 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.