| Package | Description |
|---|---|
| software.amazon.awssdk.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
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.additionalArtifacts(Collection<AdditionalArtifact> 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.additionalArtifactsWithStrings(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(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.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.billingViewArn(String billingViewArn)
The Amazon resource name of the billing view.
|
static ReportDefinition.Builder |
ReportDefinition.builder() |
ReportDefinition.Builder |
ReportDefinition.Builder.compression(CompressionFormat compression)
Sets the value of the Compression property for this object.
|
ReportDefinition.Builder |
ReportDefinition.Builder.compression(String compression)
Sets the value of the Compression 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.format(String 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.
|
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.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.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(AWSRegion s3Region)
Sets the value of the S3Region 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportDefinition.Builder> |
ReportDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyReportDefinitionRequest.Builder |
ModifyReportDefinitionRequest.Builder.reportDefinition(Consumer<ReportDefinition.Builder> reportDefinition)
Sets the value of the ReportDefinition property for this object.
|
default PutReportDefinitionRequest.Builder |
PutReportDefinitionRequest.Builder.reportDefinition(Consumer<ReportDefinition.Builder> reportDefinition)
Represents the output of the PutReportDefinition operation.
|
Copyright © 2023. All rights reserved.