Class CfnDataset.PathOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.PathOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.PathOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.PathOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.PathOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.PathOptionsProperty
An implementation for
CfnDataset.PathOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDataset.PathOptionsProperty
CfnDataset.PathOptionsProperty.Builder, CfnDataset.PathOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.PathOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIf provided, this structure imposes a limit on a number of files that should be selected.final ObjectIf provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .final ObjectA structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataset.PathOptionsProperty.Builder.
-
-
Method Details
-
getFilesLimit
Description copied from interface:CfnDataset.PathOptionsPropertyIf provided, this structure imposes a limit on a number of files that should be selected.Returns union: either
IResolvableorCfnDataset.FilesLimitProperty- Specified by:
getFilesLimitin interfaceCfnDataset.PathOptionsProperty- See Also:
-
getLastModifiedDateCondition
Description copied from interface:CfnDataset.PathOptionsPropertyIf provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .Returns union: either
IResolvableorCfnDataset.FilterExpressionProperty- Specified by:
getLastModifiedDateConditionin interfaceCfnDataset.PathOptionsProperty- See Also:
-
getParameters
Description copied from interface:CfnDataset.PathOptionsPropertyA structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataset.PathParameterProperty>- Specified by:
getParametersin interfaceCfnDataset.PathOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-