public static final class ActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ActionProps
software.amazon.jsii.JsiiObject.InitializationModeActionProps.Builder, ActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
getArtifactBounds() |
ActionCategory |
getCategory() |
Object |
getConfiguration() |
String |
getOwner() |
String |
getProvider() |
String |
getRegion()
The region this Action resides in.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
The service role that is assumed during execution of action.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
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 |
setRole(software.amazon.awscdk.services.iam.IRole value)
The service role that is assumed during execution of action.
|
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) |
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 ActionPropspublic void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface ActionPropspublic ActionCategory getCategory()
getCategory in interface ActionPropspublic void setCategory(ActionCategory value)
setCategory in interface ActionPropspublic String getProvider()
getProvider in interface ActionPropspublic void setProvider(String value)
setProvider in interface ActionProps@Nullable public Object getConfiguration()
getConfiguration in interface ActionPropspublic void setConfiguration(@Nullable Object value)
setConfiguration in interface ActionProps@Nullable public String getOwner()
getOwner in interface ActionPropspublic void setOwner(@Nullable String value)
setOwner in interface ActionProps@Nullable public String getRegion()
getRegion in interface ActionPropspublic void setRegion(@Nullable String value)
setRegion in interface ActionProps@Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface ActionPropshttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.htmlpublic void setRole(@Nullable software.amazon.awscdk.services.iam.IRole value)
setRole in interface ActionPropshttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html@Nullable public String getVersion()
getVersion in interface ActionPropspublic void setVersion(@Nullable String value)
setVersion in interface ActionProps@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.