public static final class SourceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceActionProps
software.amazon.jsii.JsiiObject.InitializationModeSourceActionProps.Builder, SourceActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactName()
The name of the source's output artifact.
|
Object |
getConfiguration()
The action's configuration.
|
String |
getOwner()
The source action owner (could be "AWS", "ThirdParty" or "Custom").
|
String |
getProvider()
The service provider that the action calls.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
String |
getVersion()
The source action verison.
|
void |
setArtifactName(String value)
The name of the source's output artifact.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setOwner(String value)
The source action owner (could be "AWS", "ThirdParty" or "Custom").
|
void |
setProvider(String value)
The service provider that the action calls.
|
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
void |
setVersion(String value)
The source action verison.
|
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 String getArtifactName()
getArtifactName in interface SourceActionPropspublic void setArtifactName(String value)
setArtifactName in interface SourceActionPropspublic Object getConfiguration()
getConfiguration in interface SourceActionPropspublic void setConfiguration(Object value)
setConfiguration in interface SourceActionPropspublic String getProvider()
getProvider in interface SourceActionPropspublic void setProvider(String value)
setProvider in interface SourceActionProps@Nullable public String getOwner()
getOwner in interface SourceActionPropspublic void setOwner(@Nullable String value)
setOwner in interface SourceActionProps@Nullable public String getVersion()
getVersion in interface SourceActionPropspublic void setVersion(@Nullable String value)
setVersion in interface SourceActionPropspublic IStage getStage()
getStage in interface CommonActionPropspublic void setStage(IStage value)
setStage in interface CommonActionPropsCopyright © 2018. All rights reserved.