Class Export
- java.lang.Object
-
- software.amazon.awssdk.services.bcmdataexports.model.Export
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Export.Builder,Export>
@Generated("software.amazon.awssdk:codegen") public final class Export extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Export.Builder,Export>
The details that are available for an export.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Export.Builderbuilder()DataQuerydataQuery()The data query for this specific data export.Stringdescription()The description for this specific data export.DestinationConfigurationsdestinationConfigurations()The destination configuration for this specific data export.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportArn()The Amazon Resource Name (ARN) for this export.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of this specific data export.RefreshCadencerefreshCadence()The cadence for Amazon Web Services to update the export in your S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends Export.Builder>serializableBuilderClass()Export.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
-
dataQuery
public final DataQuery dataQuery()
The data query for this specific data export.
- Returns:
- The data query for this specific data export.
-
description
public final String description()
The description for this specific data export.
- Returns:
- The description for this specific data export.
-
destinationConfigurations
public final DestinationConfigurations destinationConfigurations()
The destination configuration for this specific data export.
- Returns:
- The destination configuration for this specific data export.
-
exportArn
public final String exportArn()
The Amazon Resource Name (ARN) for this export.
- Returns:
- The Amazon Resource Name (ARN) for this export.
-
name
public final String name()
The name of this specific data export.
- Returns:
- The name of this specific data export.
-
refreshCadence
public final RefreshCadence refreshCadence()
The cadence for Amazon Web Services to update the export in your S3 bucket.
- Returns:
- The cadence for Amazon Web Services to update the export in your S3 bucket.
-
toBuilder
public Export.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Export.Builder,Export>
-
builder
public static Export.Builder builder()
-
serializableBuilderClass
public static Class<? extends Export.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.
-
-