Class CfnProjectMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnProjectMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
@Internal
public static final class CfnProjectMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectMixinProps
An implementation for
CfnProjectMixinProps-
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.cfnpropertymixins.services.databrew.CfnProjectMixinProps
CfnProjectMixinProps.Builder, CfnProjectMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectMixinProps.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 StringThe dataset that the project is to act upon.final StringgetName()The unique name of a project.final StringThe name of a recipe that will be developed during a project session.final StringThe Amazon Resource Name (ARN) of the role that will be assumed for this project.final ObjectThe sample size and sampling type to apply to the data.getTags()Metadata tags that have been applied to the project.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 theCfnProjectMixinProps.Builder.
-
-
Method Details
-
getDatasetName
Description copied from interface:CfnProjectMixinPropsThe dataset that the project is to act upon.- Specified by:
getDatasetNamein interfaceCfnProjectMixinProps- See Also:
-
getName
Description copied from interface:CfnProjectMixinPropsThe unique name of a project.- Specified by:
getNamein interfaceCfnProjectMixinProps- See Also:
-
getRecipeName
Description copied from interface:CfnProjectMixinPropsThe name of a recipe that will be developed during a project session.- Specified by:
getRecipeNamein interfaceCfnProjectMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnProjectMixinPropsThe Amazon Resource Name (ARN) of the role that will be assumed for this project.- Specified by:
getRoleArnin interfaceCfnProjectMixinProps- See Also:
-
getSample
Description copied from interface:CfnProjectMixinPropsThe sample size and sampling type to apply to the data.If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
Returns union: either
IResolvableorCfnProjectPropsMixin.SampleProperty- Specified by:
getSamplein interfaceCfnProjectMixinProps- See Also:
-
getTags
Description copied from interface:CfnProjectMixinPropsMetadata tags that have been applied to the project.- Specified by:
getTagsin interfaceCfnProjectMixinProps- 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()
-