public static final class CfnDataset.FilesLimitProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.FilesLimitProperty
CfnDataset.FilesLimitProperty
CfnDataset.FilesLimitProperty.Builder, CfnDataset.FilesLimitProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMaxFiles()
The number of Amazon S3 files to select.
|
java.lang.String |
getOrder()
A criteria to use for Amazon S3 files sorting before their selection.
|
java.lang.String |
getOrderedBy()
A criteria to use for Amazon S3 files sorting before their selection.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxFiles()
CfnDataset.FilesLimitProperty
getMaxFiles
in interface CfnDataset.FilesLimitProperty
public final java.lang.String getOrder()
CfnDataset.FilesLimitProperty
By default uses DESCENDING order, i.e. most recent files are selected first. Anotherpossible value is ASCENDING.
getOrder
in interface CfnDataset.FilesLimitProperty
public final java.lang.String getOrderedBy()
CfnDataset.FilesLimitProperty
By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
getOrderedBy
in interface CfnDataset.FilesLimitProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()