public static final class PipelineProps.Builder extends Object
PipelineProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProps |
build()
Builds the configured instance.
|
PipelineProps.Builder |
withArtifactBucket(software.amazon.awscdk.services.s3.BucketRef value)
Sets the value of ArtifactBucket
|
PipelineProps.Builder |
withPipelineName(String value)
Sets the value of PipelineName
|
PipelineProps.Builder |
withRestartExecutionOnUpdate(Boolean value)
Sets the value of RestartExecutionOnUpdate
|
public PipelineProps.Builder withArtifactBucket(@Nullable software.amazon.awscdk.services.s3.BucketRef value)
value - The S3 bucket used by this Pipeline to store artifacts.
If not specified, a new S3 bucket will be created.thispublic PipelineProps.Builder withPipelineName(@Nullable String value)
value - Name of the pipeline. If you don't specify a name, AWS CloudFormation generates an ID
and uses that for the pipeline name.thispublic PipelineProps.Builder withRestartExecutionOnUpdate(@Nullable Boolean value)
value - Indicates whether to rerun the AWS CodePipeline pipeline after you update it.thispublic PipelineProps build()
PipelinePropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.