@Generated(value="jsii-pacmak/0.7.4 (build e80a889)", date="2018-09-11T09:57:27.779Z") public interface SourceActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
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 for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceActionProps.Builder |
builder() |
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.
|
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 |
setVersion(String value)
The source action verison.
|
getStage, setStageString getArtifactName()
void setArtifactName(String value)
Object getConfiguration()
void setConfiguration(Object value)
String getProvider()
void setProvider(String value)
String getOwner()
void setOwner(String value)
String getVersion()
void setVersion(String value)
static SourceActionProps.Builder builder()
builder in interface CommonActionPropsSourceActionProps.Builder of SourceActionPropsCopyright © 2018. All rights reserved.