public static final class BuildActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildActionProps
software.amazon.jsii.JsiiObject.InitializationModeBuildActionProps.Builder, BuildActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
getArtifactBounds()
The upper and lower bounds on the number of input and output artifacts for this Action.
|
Object |
getConfiguration()
The action's configuration.
|
Artifact |
getInputArtifact()
The source to use as input for this build.
|
String |
getOutputArtifactName()
The name of the build's output artifact.
|
String |
getOwner()
The build Action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
String |
getProvider()
The service provider that the action calls.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
String |
getVersion()
The build Action version.
|
void |
setArtifactBounds(ActionArtifactBounds value)
The upper and lower bounds on the number of input and output artifacts for this Action.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setInputArtifact(Artifact value)
The source to use as input for this build.
|
void |
setOutputArtifactName(String value)
The name of the build's output artifact.
|
void |
setOwner(String value)
The build Action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
void |
setProvider(String value)
The service provider that the action calls.
|
void |
setRunOrder(Number value)
The runOrder property for this Action.
|
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
void |
setVersion(String value)
The build Action version.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ActionArtifactBounds getArtifactBounds()
getArtifactBounds in interface BuildActionPropspublic void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface BuildActionPropspublic String getProvider()
getProvider in interface BuildActionPropspublic void setProvider(String value)
setProvider in interface BuildActionProps@Nullable public Object getConfiguration()
getConfiguration in interface BuildActionPropspublic void setConfiguration(@Nullable Object value)
setConfiguration in interface BuildActionProps@Nullable public Artifact getInputArtifact()
getInputArtifact in interface BuildActionPropspublic void setInputArtifact(@Nullable Artifact value)
setInputArtifact in interface BuildActionProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface BuildActionPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface BuildActionProps@Nullable public String getOwner()
getOwner in interface BuildActionPropspublic void setOwner(@Nullable String value)
setOwner in interface BuildActionProps@Nullable public String getVersion()
getVersion in interface BuildActionPropspublic void setVersion(@Nullable String value)
setVersion in interface BuildActionProps@Nullable public Number getRunOrder()
getRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic void setRunOrder(@Nullable Number value)
setRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic IStage getStage()
getStage in interface CommonActionConstructPropspublic void setStage(IStage value)
setStage in interface CommonActionConstructPropsCopyright © 2019. All rights reserved.