@Stability(value=Stable) public static final class CfnPipeline.ActionTypeIdProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.ActionTypeIdProperty>
CfnPipeline.ActionTypeIdProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.ActionTypeIdProperty |
build()
Builds the configured instance.
|
CfnPipeline.ActionTypeIdProperty.Builder |
category(String category)
Sets the value of
CfnPipeline.ActionTypeIdProperty.getCategory() |
CfnPipeline.ActionTypeIdProperty.Builder |
owner(String owner)
Sets the value of
CfnPipeline.ActionTypeIdProperty.getOwner() |
CfnPipeline.ActionTypeIdProperty.Builder |
provider(String provider)
Sets the value of
CfnPipeline.ActionTypeIdProperty.getProvider() |
CfnPipeline.ActionTypeIdProperty.Builder |
version(String version)
Sets the value of
CfnPipeline.ActionTypeIdProperty.getVersion() |
@Stability(value=Stable) public CfnPipeline.ActionTypeIdProperty.Builder category(String category)
CfnPipeline.ActionTypeIdProperty.getCategory()category - `CfnPipeline.ActionTypeIdProperty.Category`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ActionTypeIdProperty.Builder owner(String owner)
CfnPipeline.ActionTypeIdProperty.getOwner()owner - `CfnPipeline.ActionTypeIdProperty.Owner`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ActionTypeIdProperty.Builder provider(String provider)
CfnPipeline.ActionTypeIdProperty.getProvider()provider - `CfnPipeline.ActionTypeIdProperty.Provider`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ActionTypeIdProperty.Builder version(String version)
CfnPipeline.ActionTypeIdProperty.getVersion()version - `CfnPipeline.ActionTypeIdProperty.Version`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ActionTypeIdProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.ActionTypeIdProperty>CfnPipeline.ActionTypeIdPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.