Class ReportDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.applicationcostprofiler.model.ReportDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportDefinition.Builder,ReportDefinition>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportDefinition.Builderbuilder()InstantcreatedAt()Timestamp (milliseconds) when this report definition was created.S3LocationdestinationS3Location()The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Formatformat()The format used for the generated reports.StringformatAsString()The format used for the generated reports.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()Timestamp (milliseconds) when this report definition was last updated.StringreportDescription()Description of the reportReportFrequencyreportFrequency()The cadence at which the report is generated.StringreportFrequencyAsString()The cadence at which the report is generated.StringreportId()The ID of the report.List<SdkField<?>>sdkFields()static Class<? extends ReportDefinition.Builder>serializableBuilderClass()ReportDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
reportId
public final String reportId()
The ID of the report.
- Returns:
- The ID of the report.
-
reportDescription
public final String reportDescription()
Description of the report
- Returns:
- Description of the report
-
reportFrequency
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,
reportFrequencywill returnReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFrequencyAsString().- Returns:
- The cadence at which the report is generated.
- See Also:
ReportFrequency
-
reportFrequencyAsString
public 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,
reportFrequencywill returnReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFrequencyAsString().- Returns:
- The cadence at which the report is generated.
- See Also:
ReportFrequency
-
format
public 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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format used for the generated reports.
- See Also:
Format
-
formatAsString
public 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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format used for the generated reports.
- See Also:
Format
-
destinationS3Location
public final S3Location destinationS3Location()
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
- Returns:
- The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
-
createdAt
public final Instant createdAt()
Timestamp (milliseconds) when this report definition was created.
- Returns:
- Timestamp (milliseconds) when this report definition was created.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
Timestamp (milliseconds) when this report definition was last updated.
- Returns:
- Timestamp (milliseconds) when this report definition was last updated.
-
toBuilder
public ReportDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportDefinition.Builder,ReportDefinition>
-
builder
public static ReportDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-