@Stability(value=Stable)
public static interface CfnPipeline.BlockerDeclarationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
BlockerDeclarationProperty blockerDeclarationProperty = BlockerDeclarationProperty.builder()
.name("name")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.BlockerDeclarationProperty.Builder
A builder for
CfnPipeline.BlockerDeclarationProperty |
static class |
CfnPipeline.BlockerDeclarationProperty.Jsii$Proxy
An implementation for
CfnPipeline.BlockerDeclarationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.BlockerDeclarationProperty.Builder |
builder() |
String |
getName()
Reserved for future use.
|
String |
getType()
Reserved for future use.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnPipeline.BlockerDeclarationProperty.Builder builder()
Copyright © 2023. All rights reserved.