public static interface CfnPipeline.BlockerDeclarationProperty
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() |
java.lang.String |
getName()
Reserved for future use.
|
java.lang.String |
getType()
Reserved for future use.
|
java.lang.String getName()
java.lang.String getType()
static CfnPipeline.BlockerDeclarationProperty.Builder builder()