ReportDefinition.Builder |
ReportDefinition.Builder.additionalArtifacts(Collection<AdditionalArtifact> additionalArtifacts) |
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalArtifacts(AdditionalArtifact... additionalArtifacts) |
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalArtifactsWithStrings(String... additionalArtifacts) |
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalArtifactsWithStrings(Collection<String> additionalArtifacts) |
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalSchemaElements(Collection<SchemaElement> additionalSchemaElements) |
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalSchemaElements(SchemaElement... additionalSchemaElements) |
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalSchemaElementsWithStrings(String... additionalSchemaElements) |
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition.Builder |
ReportDefinition.Builder.additionalSchemaElementsWithStrings(Collection<String> additionalSchemaElements) |
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition.Builder |
ReportDefinition.Builder.billingViewArn(String billingViewArn) |
The Amazon resource name of the billing view.
|
static ReportDefinition.Builder |
ReportDefinition.builder() |
|
ReportDefinition.Builder |
ReportDefinition.Builder.compression(String compression) |
Sets the value of the Compression property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.compression(CompressionFormat compression) |
Sets the value of the Compression property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.format(String format) |
Sets the value of the Format property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.format(ReportFormat format) |
Sets the value of the Format property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.refreshClosedReports(Boolean refreshClosedReports) |
Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web
Services detects charges related to previous months.
|
ReportDefinition.Builder |
ReportDefinition.Builder.reportName(String reportName) |
Sets the value of the ReportName property for this object.
|
default ReportDefinition.Builder |
ReportDefinition.Builder.reportStatus(Consumer<ReportStatus.Builder> reportStatus) |
The status of the report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.reportStatus(ReportStatus reportStatus) |
The status of the report.
|
ReportDefinition.Builder |
ReportDefinition.Builder.reportVersioning(String reportVersioning) |
Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the
report in addition to the previous versions.
|
ReportDefinition.Builder |
ReportDefinition.Builder.reportVersioning(ReportVersioning reportVersioning) |
Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the
report in addition to the previous versions.
|
ReportDefinition.Builder |
ReportDefinition.Builder.s3Bucket(String s3Bucket) |
Sets the value of the S3Bucket property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.s3Prefix(String s3Prefix) |
Sets the value of the S3Prefix property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.s3Region(String s3Region) |
Sets the value of the S3Region property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.s3Region(AWSRegion s3Region) |
Sets the value of the S3Region property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.timeUnit(String timeUnit) |
Sets the value of the TimeUnit property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.timeUnit(TimeUnit timeUnit) |
Sets the value of the TimeUnit property for this object.
|
ReportDefinition.Builder |
ReportDefinition.toBuilder() |
|