Interface CfnPipelinePropsMixin.BlockerDeclarationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.BlockerDeclarationProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.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.cfnpropertymixins.services.codepipeline.*;
BlockerDeclarationProperty blockerDeclarationProperty = BlockerDeclarationProperty.builder()
.name("name")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.BlockerDeclarationPropertystatic final classAn implementation forCfnPipelinePropsMixin.BlockerDeclarationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Reserved for future use.- See Also:
-
getType
Reserved for future use.- See Also:
-
builder
-