@Stability(value=Stable)
public static interface CfnPipeline.StageDeclarationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.StageDeclarationProperty.Builder
A builder for
CfnPipeline.StageDeclarationProperty |
static class |
CfnPipeline.StageDeclarationProperty.Jsii$Proxy
An implementation for
CfnPipeline.StageDeclarationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.StageDeclarationProperty.Builder |
builder() |
Object |
getActions()
`CfnPipeline.StageDeclarationProperty.Actions`.
|
default Object |
getBlockers()
`CfnPipeline.StageDeclarationProperty.Blockers`.
|
String |
getName()
`CfnPipeline.StageDeclarationProperty.Name`.
|
@Stability(value=Stable) @NotNull Object getActions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages.html#cfn-codepipeline-pipeline-stages-actions@Stability(value=Stable) @NotNull String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages.html#cfn-codepipeline-pipeline-stages-name@Stability(value=Stable) @Nullable default Object getBlockers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages.html#cfn-codepipeline-pipeline-stages-blockers@Stability(value=Stable) static CfnPipeline.StageDeclarationProperty.Builder builder()
Copyright © 2020. All rights reserved.