Class RefreshCadence
- java.lang.Object
-
- software.amazon.awssdk.services.bcmdataexports.model.RefreshCadence
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RefreshCadence.Builder,RefreshCadence>
@Generated("software.amazon.awssdk:codegen") public final class RefreshCadence extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshCadence.Builder,RefreshCadence>
The cadence for Amazon Web Services to update the data export in your S3 bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRefreshCadence.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RefreshCadence.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FrequencyOptionfrequency()The frequency that data exports are updated.StringfrequencyAsString()The frequency that data exports are updated.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RefreshCadence.Builder>serializableBuilderClass()RefreshCadence.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
-
frequency
public final FrequencyOption frequency()
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
If the service returns an enum value that is not available in the current SDK version,
frequencywill returnFrequencyOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfrequencyAsString().- Returns:
- The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
- See Also:
FrequencyOption
-
frequencyAsString
public final String frequencyAsString()
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
If the service returns an enum value that is not available in the current SDK version,
frequencywill returnFrequencyOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfrequencyAsString().- Returns:
- The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
- See Also:
FrequencyOption
-
toBuilder
public RefreshCadence.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RefreshCadence.Builder,RefreshCadence>
-
builder
public static RefreshCadence.Builder builder()
-
serializableBuilderClass
public static Class<? extends RefreshCadence.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.
-
-