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 |
withArtifactName(String value)
Sets the value of ArtifactName
|
BuildActionProps.Builder |
withConfiguration(Object value)
Sets the value of Configuration
|
BuildActionProps.Builder |
withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
BuildActionProps.Builder |
withProvider(String value)
Sets the value of Provider
|
BuildActionProps.Builder |
withStage(IStage value)
Sets the value of Stage
|
public BuildActionProps.Builder withConfiguration(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(Artifact value)
value - The source to use as input for this build.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 withArtifactName(@Nullable String value)
value - The name of the build's output artifact.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 © 2018. All rights reserved.