Interface CfnPipeline.BlockerDeclarationProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnPipeline.BlockerDeclarationProperty.Jsii$Proxy
- Enclosing class:
- CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.BlockerDeclarationProperty
extends software.amazon.jsii.JsiiSerializable
Reserved for future use.
 
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();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.BlockerDeclarationPropertystatic final classAn implementation forCfnPipeline.BlockerDeclarationProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getNameReserved for future use.
- 
getTypeReserved for future use.
- 
builder
 
-