@Generated(value="software.amazon.awssdk:codegen") public final class ReportDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportDefinition.Builder,ReportDefinition>
The configuration of a report in AWS Application Cost Profiler.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportDefinition.Builder |
builder() |
Instant |
createdAt()
Timestamp (milliseconds) when this report definition was created.
|
S3Location |
destinationS3Location()
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Format |
format()
The format used for the generated reports.
|
String |
formatAsString()
The format used for the generated reports.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
Timestamp (milliseconds) when this report definition was last updated.
|
String |
reportDescription()
Description of the report
|
ReportFrequency |
reportFrequency()
The cadence at which the report is generated.
|
String |
reportFrequencyAsString()
The cadence at which the report is generated.
|
String |
reportId()
The ID of the report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportDefinition.Builder> |
serializableBuilderClass() |
ReportDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reportId()
The ID of the report.
public final String reportDescription()
Description of the report
public final ReportFrequency reportFrequency()
The cadence at which the report is generated.
If the service returns an enum value that is not available in the current SDK version, reportFrequency
will return ReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportFrequencyAsString().
ReportFrequencypublic final String reportFrequencyAsString()
The cadence at which the report is generated.
If the service returns an enum value that is not available in the current SDK version, reportFrequency
will return ReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportFrequencyAsString().
ReportFrequencypublic final Format format()
The format used for the generated reports.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic final String formatAsString()
The format used for the generated reports.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic final S3Location destinationS3Location()
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
public final Instant createdAt()
Timestamp (milliseconds) when this report definition was created.
public final Instant lastUpdatedAt()
Timestamp (milliseconds) when this report definition was last updated.
public ReportDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportDefinition.Builder,ReportDefinition>public static ReportDefinition.Builder builder()
public static Class<? extends ReportDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.