public static final class ActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ActionProps
software.amazon.jsii.JsiiObject.InitializationModeActionProps.Builder, ActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
getArtifactBounds() |
ActionCategory |
getCategory() |
Object |
getConfiguration() |
String |
getOwner() |
String |
getProvider() |
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
String |
getVersion() |
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setCategory(ActionCategory value) |
void |
setConfiguration(Object value) |
void |
setOwner(String value) |
void |
setProvider(String value) |
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
void |
setVersion(String value) |
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 ActionPropspublic void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface ActionPropspublic ActionCategory getCategory()
getCategory in interface ActionPropspublic void setCategory(ActionCategory value)
setCategory in interface ActionPropspublic Object getConfiguration()
getConfiguration in interface ActionPropspublic void setConfiguration(Object value)
setConfiguration in interface ActionPropspublic String getProvider()
getProvider in interface ActionPropspublic void setProvider(String value)
setProvider in interface ActionProps@Nullable public String getOwner()
getOwner in interface ActionPropspublic void setOwner(@Nullable String value)
setOwner in interface ActionProps@Nullable public String getVersion()
getVersion in interface ActionPropspublic void setVersion(@Nullable String value)
setVersion in interface ActionPropspublic IStage getStage()
getStage in interface CommonActionPropspublic void setStage(IStage value)
setStage in interface CommonActionPropsCopyright © 2018. All rights reserved.