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 |
|---|---|
Object |
getConfiguration()
The action's configuration.
|
String |
getOutputArtifactName()
The name of the source's output artifact.
|
String |
getOwner()
The source action owner (could be "AWS", "ThirdParty" or "Custom").
|
String |
getProvider()
The service provider that the action calls.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
String |
getVersion()
The source Action version.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setOutputArtifactName(String value)
The name of the source's output artifact.
|
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 |
setRunOrder(Number value)
The runOrder property for this Action.
|
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
void |
setVersion(String value)
The source Action version.
|
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 getProvider()
getProvider in interface SourceActionPropspublic void setProvider(String value)
setProvider in interface SourceActionProps@Nullable public Object getConfiguration()
getConfiguration in interface SourceActionPropspublic void setConfiguration(@Nullable Object value)
setConfiguration in interface SourceActionProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface SourceActionPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName 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 SourceActionProps@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.