Class CfnPipelineMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPipelineMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelineMixinProps
@Stability(Stable)
@Internal
public static final class CfnPipelineMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelineMixinProps
An implementation for
CfnPipelineMixinProps-
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.sagemaker.CfnPipelineMixinProps
CfnPipelineMixinProps.Builder, CfnPipelineMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineMixinProps.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 ObjectThe parallelism configuration applied to the pipeline.final ObjectThe definition of the pipeline.final StringThe description of the pipeline.final StringThe display name of the pipeline.final StringThe name of the pipeline.final ObjectThe Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.getTags()The tags of the pipeline.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 theCfnPipelineMixinProps.Builder.
-
-
Method Details
-
getParallelismConfiguration
Description copied from interface:CfnPipelineMixinPropsThe parallelism configuration applied to the pipeline.- Specified by:
getParallelismConfigurationin interfaceCfnPipelineMixinProps- See Also:
-
getPipelineDefinition
Description copied from interface:CfnPipelineMixinPropsThe definition of the pipeline.This can be either a JSON string or an Amazon S3 location.
- Specified by:
getPipelineDefinitionin interfaceCfnPipelineMixinProps- See Also:
-
getPipelineDescription
Description copied from interface:CfnPipelineMixinPropsThe description of the pipeline.- Specified by:
getPipelineDescriptionin interfaceCfnPipelineMixinProps- See Also:
-
getPipelineDisplayName
Description copied from interface:CfnPipelineMixinPropsThe display name of the pipeline.- Specified by:
getPipelineDisplayNamein interfaceCfnPipelineMixinProps- See Also:
-
getPipelineName
Description copied from interface:CfnPipelineMixinPropsThe name of the pipeline.- Specified by:
getPipelineNamein interfaceCfnPipelineMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnPipelineMixinPropsThe Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.- Specified by:
getRoleArnin interfaceCfnPipelineMixinProps- See Also:
-
getTags
Description copied from interface:CfnPipelineMixinPropsThe tags of the pipeline.- Specified by:
getTagsin interfaceCfnPipelineMixinProps- 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()
-