@Generated(value="jsii-pacmak/0.7.12 (build 82990c5)", date="2018-12-13T10:25:20.479Z") public interface ActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps, CommonActionConstructProps
Action class.| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionProps.Builder
A builder for
ActionProps |
static class |
ActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionProps.Builder |
builder() |
ActionArtifactBounds |
getArtifactBounds() |
ActionCategory |
getCategory() |
Object |
getConfiguration() |
String |
getOwner() |
String |
getProvider() |
String |
getRegion()
The region this Action resides in.
|
String |
getVersion() |
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setCategory(ActionCategory value) |
void |
setConfiguration(Object value) |
void |
setOwner(String value) |
void |
setProvider(String value) |
void |
setRegion(String value)
The region this Action resides in.
|
void |
setVersion(String value) |
getRunOrder, setRunOrdergetStage, setStageActionArtifactBounds getArtifactBounds()
void setArtifactBounds(ActionArtifactBounds value)
ActionCategory getCategory()
void setCategory(ActionCategory value)
String getProvider()
void setProvider(String value)
Object getConfiguration()
void setConfiguration(Object value)
String getOwner()
void setOwner(String value)
String getRegion()
void setRegion(String value)
String getVersion()
void setVersion(String value)
static ActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsActionProps.Builder of ActionPropsCopyright © 2018. All rights reserved.