@Deprecated
public static final class CdkStageProps.Builder
extends java.lang.Object
CdkStageProps
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CdkStageProps |
build()
Deprecated.
|
CdkStageProps.Builder |
cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
Deprecated.
|
CdkStageProps.Builder |
confirmBroadeningPermissions(java.lang.Boolean confirmBroadeningPermissions)
Deprecated.
|
CdkStageProps.Builder |
host(IStageHost host)
Deprecated.
|
CdkStageProps.Builder |
pipelineStage(IStage pipelineStage)
Deprecated.
|
CdkStageProps.Builder |
securityNotificationTopic(ITopic securityNotificationTopic)
Deprecated.
|
CdkStageProps.Builder |
stageName(java.lang.String stageName)
Deprecated.
|
@Deprecated public CdkStageProps.Builder cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
CdkStageProps.getCloudAssemblyArtifact()
cloudAssemblyArtifact
- The CodePipeline Artifact with the Cloud Assembly. This parameter is required.this
@Deprecated public CdkStageProps.Builder host(IStageHost host)
CdkStageProps.getHost()
host
- Features the Stage needs from its environment. This parameter is required.this
@Deprecated public CdkStageProps.Builder pipelineStage(IStage pipelineStage)
CdkStageProps.getPipelineStage()
pipelineStage
- The underlying Pipeline Stage associated with thisCdkStage. This parameter is required.this
@Deprecated public CdkStageProps.Builder stageName(java.lang.String stageName)
CdkStageProps.getStageName()
stageName
- Name of the stage that should be created. This parameter is required.this
@Deprecated public CdkStageProps.Builder confirmBroadeningPermissions(java.lang.Boolean confirmBroadeningPermissions)
CdkStageProps.getConfirmBroadeningPermissions()
confirmBroadeningPermissions
- Run a security check before every application prepare/deploy actions.
Note: Stage level security check can be overriden per application as follows:
stage.addApplication(app, { confirmBroadeningPermissions: false })
this
@Deprecated public CdkStageProps.Builder securityNotificationTopic(ITopic securityNotificationTopic)
CdkStageProps.getSecurityNotificationTopic()
securityNotificationTopic
- Optional SNS topic to send notifications to when any security check registers changes within a application.
Note: The Stage Notification Topic can be overriden per application as follows:
stage.addApplication(app, { securityNotificationTopic: newTopic })
this
@Deprecated public CdkStageProps build()
CdkStageProps
java.lang.NullPointerException
- if any required attribute was not provided