@Generated(value="jsii-pacmak/0.7.4 (build e80a889)", date="2018-09-11T09:57:27.778Z") public interface BuildActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
build action.| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildActionProps.Builder
A builder for
BuildActionProps |
static class |
BuildActionProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildActionProps.Builder |
builder() |
String |
getArtifactName()
The name of the build's output artifact.
|
Object |
getConfiguration()
The action's configuration.
|
Artifact |
getInputArtifact()
The source to use as input for this build.
|
String |
getProvider()
The service provider that the action calls.
|
void |
setArtifactName(String value)
The name of the build's output artifact.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setInputArtifact(Artifact value)
The source to use as input for this build.
|
void |
setProvider(String value)
The service provider that the action calls.
|
getStage, setStageObject getConfiguration()
void setConfiguration(Object value)
Artifact getInputArtifact()
void setInputArtifact(Artifact value)
String getProvider()
void setProvider(String value)
String getArtifactName()
void setArtifactName(String value)
static BuildActionProps.Builder builder()
builder in interface CommonActionPropsBuildActionProps.Builder of BuildActionPropsCopyright © 2018. All rights reserved.