Class VersioningConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.VersioningConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class VersioningConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
Information about the versioning of dataset contents.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVersioningConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VersioningConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxVersions()How many versions of dataset contents are kept.List<SdkField<?>>sdkFields()static Class<? extends VersioningConfiguration.Builder>serializableBuilderClass()VersioningConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.Booleanunlimited()If true, unlimited versions of dataset contents are kept.-
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
-
unlimited
public final Boolean unlimited()
If true, unlimited versions of dataset contents are kept.
- Returns:
- If true, unlimited versions of dataset contents are kept.
-
maxVersions
public final Integer maxVersions()
How many versions of dataset contents are kept. The
unlimitedparameter must befalse.- Returns:
- How many versions of dataset contents are kept. The
unlimitedparameter must befalse.
-
toBuilder
public VersioningConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
-
builder
public static VersioningConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends VersioningConfiguration.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.
-
-