@Stability(value=Experimental) public static final class CdkStageProps.Builder extends Object implements software.amazon.jsii.Builder<CdkStageProps>
CdkStageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CdkStageProps |
build()
Builds the configured instance.
|
CdkStageProps.Builder |
cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
Sets the value of
CdkStageProps.getCloudAssemblyArtifact() |
CdkStageProps.Builder |
host(IStageHost host)
Sets the value of
CdkStageProps.getHost() |
CdkStageProps.Builder |
pipelineStage(IStage pipelineStage)
Sets the value of
CdkStageProps.getPipelineStage() |
CdkStageProps.Builder |
stageName(String stageName)
Sets the value of
CdkStageProps.getStageName() |
@Stability(value=Experimental) public CdkStageProps.Builder cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
CdkStageProps.getCloudAssemblyArtifact()cloudAssemblyArtifact - The CodePipeline Artifact with the Cloud Assembly. This parameter is required.this@Stability(value=Experimental) public CdkStageProps.Builder host(IStageHost host)
CdkStageProps.getHost()host - Features the Stage needs from its environment. This parameter is required.this@Stability(value=Experimental) public CdkStageProps.Builder pipelineStage(IStage pipelineStage)
CdkStageProps.getPipelineStage()pipelineStage - The underlying Pipeline Stage associated with thisCdkStage. This parameter is required.this@Stability(value=Experimental) public CdkStageProps.Builder stageName(String stageName)
CdkStageProps.getStageName()stageName - Name of the stage that should be created. This parameter is required.this@Stability(value=Experimental) public CdkStageProps build()
build in interface software.amazon.jsii.Builder<CdkStageProps>CdkStagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.