Class FilesLimit
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.model.FilesLimit
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilesLimit.Builder,FilesLimit>
@Generated("software.amazon.awssdk:codegen") public final class FilesLimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilesLimit.Builder,FilesLimit>
Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilesLimit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilesLimit.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxFiles()The number of Amazon S3 files to select.Orderorder()A criteria to use for Amazon S3 files sorting before their selection.StringorderAsString()A criteria to use for Amazon S3 files sorting before their selection.OrderedByorderedBy()A criteria to use for Amazon S3 files sorting before their selection.StringorderedByAsString()A criteria to use for Amazon S3 files sorting before their selection.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FilesLimit.Builder>serializableBuilderClass()FilesLimit.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
-
maxFiles
public final Integer maxFiles()
The number of Amazon S3 files to select.
- Returns:
- The number of Amazon S3 files to select.
-
orderedBy
public final OrderedBy orderedBy()
A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
If the service returns an enum value that is not available in the current SDK version,
orderedBywill returnOrderedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderedByAsString().- Returns:
- A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
- See Also:
OrderedBy
-
orderedByAsString
public final String orderedByAsString()
A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
If the service returns an enum value that is not available in the current SDK version,
orderedBywill returnOrderedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderedByAsString().- Returns:
- A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
- See Also:
OrderedBy
-
order
public final Order order()
A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
- See Also:
Order
-
orderAsString
public final String orderAsString()
A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
- See Also:
Order
-
toBuilder
public FilesLimit.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilesLimit.Builder,FilesLimit>
-
builder
public static FilesLimit.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilesLimit.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-