@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T16:58:30.612Z") public interface SourceActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps, CommonActionConstructProps
source Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceActionProps.Builder
A builder for
SourceActionProps |
static class |
SourceActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceActionProps.Builder |
builder() |
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.
|
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 |
setVersion(String value)
The source Action version.
|
getRunOrder, setRunOrdergetStage, setStageString getProvider()
void setProvider(String value)
Object getConfiguration()
void setConfiguration(Object value)
String getOutputArtifactName()
void setOutputArtifactName(String value)
String getOwner()
void setOwner(String value)
String getVersion()
void setVersion(String value)
static SourceActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsSourceActionProps.Builder of SourceActionPropsCopyright © 2019. All rights reserved.