@Generated(value="jsii-pacmak/0.7.4 (build e80a889)", date="2018-09-11T09:57:27.776Z") public interface ActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
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 for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionProps.Builder |
builder() |
ActionArtifactBounds |
getArtifactBounds() |
ActionCategory |
getCategory() |
Object |
getConfiguration() |
String |
getOwner() |
String |
getProvider() |
String |
getVersion() |
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setCategory(ActionCategory value) |
void |
setConfiguration(Object value) |
void |
setOwner(String value) |
void |
setProvider(String value) |
void |
setVersion(String value) |
getStage, setStageActionArtifactBounds getArtifactBounds()
void setArtifactBounds(ActionArtifactBounds value)
ActionCategory getCategory()
void setCategory(ActionCategory 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 ActionProps.Builder builder()
builder in interface CommonActionPropsActionProps.Builder of ActionPropsCopyright © 2018. All rights reserved.