public static final class BuildActionProps.Builder extends Object
BuildActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BuildActionProps |
build()
Builds the configured instance.
|
BuildActionProps.Builder |
withArtifactBounds(ActionArtifactBounds value)
Sets the value of ArtifactBounds
|
BuildActionProps.Builder |
withConfiguration(Object value)
Sets the value of Configuration
|
BuildActionProps.Builder |
withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
BuildActionProps.Builder |
withOutputArtifactName(String value)
Sets the value of OutputArtifactName
|
BuildActionProps.Builder |
withOwner(String value)
Sets the value of Owner
|
BuildActionProps.Builder |
withProvider(String value)
Sets the value of Provider
|
BuildActionProps.Builder |
withRunOrder(Number value)
Sets the value of RunOrder
|
BuildActionProps.Builder |
withStage(IStage value)
Sets the value of Stage
|
BuildActionProps.Builder |
withVersion(String value)
Sets the value of Version
|
public BuildActionProps.Builder withArtifactBounds(ActionArtifactBounds value)
value - The upper and lower bounds on the number of input and output artifacts for this Action.thispublic BuildActionProps.Builder withProvider(String value)
value - The service provider that the action calls. For example, a valid provider for Source actions is CodeBuild.thispublic BuildActionProps.Builder withConfiguration(@Nullable Object value)
value - The action's configuration. These are key-value pairs that specify input values for an action.
For more information, see the AWS CodePipeline User Guide.
http://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirementsthispublic BuildActionProps.Builder withInputArtifact(@Nullable Artifact value)
value - The source to use as input for this build.thispublic BuildActionProps.Builder withOutputArtifactName(@Nullable String value)
value - The name of the build's output artifact.thispublic BuildActionProps.Builder withOwner(@Nullable String value)
value - The build Action owner (could be 'AWS', 'ThirdParty' or 'Custom').thispublic BuildActionProps.Builder withVersion(@Nullable String value)
value - The build Action version.thispublic BuildActionProps.Builder withRunOrder(@Nullable Number value)
value - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.thispublic BuildActionProps.Builder withStage(IStage value)
value - The Pipeline Stage to add this Action to.thispublic BuildActionProps build()
BuildActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.