| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportGenerator.Builder |
ReportGenerator.builder() |
ReportGenerator.Builder |
ReportGenerator.Builder.createTime(String createTime)
Time the report was created.
|
ReportGenerator.Builder |
ReportGenerator.Builder.description(String description)
Description of the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.lastReportGenerationTime(String lastReportGenerationTime)
Time the last report was generated at.
|
ReportGenerator.Builder |
ReportGenerator.Builder.lastRunFailureReason(String lastRunFailureReason)
Failure message for the last report generation attempt.
|
ReportGenerator.Builder |
ReportGenerator.Builder.lastRunStatus(String lastRunStatus)
Status of the last report generation attempt.
|
ReportGenerator.Builder |
ReportGenerator.Builder.licenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
Amazon Resource Name (ARN) of the report generator.
|
default ReportGenerator.Builder |
ReportGenerator.Builder.reportContext(Consumer<ReportContext.Builder> reportContext)
License configuration type for this generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportContext(ReportContext reportContext)
License configuration type for this generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportCreatorAccount(String reportCreatorAccount)
The Amazon Web Services account ID used to create the report generator.
|
default ReportGenerator.Builder |
ReportGenerator.Builder.reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency)
Details about how frequently reports are generated.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportFrequency(ReportFrequency reportFrequency)
Details about how frequently reports are generated.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportGeneratorName(String reportGeneratorName)
Name of the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportType(Collection<ReportType> reportType)
Type of reports that are generated.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportType(ReportType... reportType)
Type of reports that are generated.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportTypeWithStrings(Collection<String> reportType)
Type of reports that are generated.
|
ReportGenerator.Builder |
ReportGenerator.Builder.reportTypeWithStrings(String... reportType)
Type of reports that are generated.
|
default ReportGenerator.Builder |
ReportGenerator.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Details of the S3 bucket that report generator reports are published to.
|
ReportGenerator.Builder |
ReportGenerator.Builder.s3Location(S3Location s3Location)
Details of the S3 bucket that report generator reports are published to.
|
ReportGenerator.Builder |
ReportGenerator.Builder.tags(Collection<Tag> tags)
Tags associated with the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.tags(Consumer<Tag.Builder>... tags)
Tags associated with the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.tags(Tag... tags)
Tags associated with the report generator.
|
ReportGenerator.Builder |
ReportGenerator.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportGenerator.Builder> |
ReportGenerator.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLicenseManagerReportGeneratorResponse.Builder |
GetLicenseManagerReportGeneratorResponse.Builder.reportGenerator(Consumer<ReportGenerator.Builder> reportGenerator)
A report generator that creates periodic reports about your license configurations.
|
Copyright © 2023. All rights reserved.