public static final class DeployActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeployActionProps
software.amazon.jsii.JsiiObject.InitializationModeDeployActionProps.Builder, DeployActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
getArtifactBounds() |
Object |
getConfiguration() |
Artifact |
getInputArtifact() |
String |
getOwner() |
String |
getProvider() |
Number |
getRunOrder()
The runOrder property for this Action.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setConfiguration(Object value) |
void |
setInputArtifact(Artifact value) |
void |
setOwner(String value) |
void |
setProvider(String value) |
void |
setRunOrder(Number value)
The runOrder property for this Action.
|
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ActionArtifactBounds getArtifactBounds()
getArtifactBounds in interface DeployActionPropspublic void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface DeployActionPropspublic String getProvider()
getProvider in interface DeployActionPropspublic void setProvider(String value)
setProvider in interface DeployActionProps@Nullable public Object getConfiguration()
getConfiguration in interface DeployActionPropspublic void setConfiguration(@Nullable Object value)
setConfiguration in interface DeployActionProps@Nullable public Artifact getInputArtifact()
getInputArtifact in interface DeployActionPropspublic void setInputArtifact(@Nullable Artifact value)
setInputArtifact in interface DeployActionProps@Nullable public String getOwner()
getOwner in interface DeployActionPropspublic void setOwner(@Nullable String value)
setOwner in interface DeployActionProps@Nullable public Number getRunOrder()
getRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic void setRunOrder(@Nullable Number value)
setRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic IStage getStage()
getStage in interface CommonActionConstructPropspublic void setStage(IStage value)
setStage in interface CommonActionConstructPropsCopyright © 2019. All rights reserved.