@Stability(value=Stable) public static final class CfnPublicTypeVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicTypeVersionProps>
CfnPublicTypeVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPublicTypeVersionProps.Builder |
arn(String arn)
Sets the value of
CfnPublicTypeVersionProps.getArn() |
CfnPublicTypeVersionProps |
build()
Builds the configured instance.
|
CfnPublicTypeVersionProps.Builder |
logDeliveryBucket(String logDeliveryBucket)
Sets the value of
CfnPublicTypeVersionProps.getLogDeliveryBucket() |
CfnPublicTypeVersionProps.Builder |
publicVersionNumber(String publicVersionNumber)
Sets the value of
CfnPublicTypeVersionProps.getPublicVersionNumber() |
CfnPublicTypeVersionProps.Builder |
type(String type)
Sets the value of
CfnPublicTypeVersionProps.getType() |
CfnPublicTypeVersionProps.Builder |
typeName(String typeName)
Sets the value of
CfnPublicTypeVersionProps.getTypeName() |
@Stability(value=Stable) public CfnPublicTypeVersionProps.Builder arn(String arn)
CfnPublicTypeVersionProps.getArn()arn - `AWS::CloudFormation::PublicTypeVersion.Arn`.this@Stability(value=Stable) public CfnPublicTypeVersionProps.Builder logDeliveryBucket(String logDeliveryBucket)
CfnPublicTypeVersionProps.getLogDeliveryBucket()logDeliveryBucket - `AWS::CloudFormation::PublicTypeVersion.LogDeliveryBucket`.this@Stability(value=Stable) public CfnPublicTypeVersionProps.Builder publicVersionNumber(String publicVersionNumber)
CfnPublicTypeVersionProps.getPublicVersionNumber()publicVersionNumber - `AWS::CloudFormation::PublicTypeVersion.PublicVersionNumber`.this@Stability(value=Stable) public CfnPublicTypeVersionProps.Builder type(String type)
CfnPublicTypeVersionProps.getType()type - `AWS::CloudFormation::PublicTypeVersion.Type`.this@Stability(value=Stable) public CfnPublicTypeVersionProps.Builder typeName(String typeName)
CfnPublicTypeVersionProps.getTypeName()typeName - `AWS::CloudFormation::PublicTypeVersion.TypeName`.this@Stability(value=Stable) public CfnPublicTypeVersionProps build()
build in interface software.amazon.jsii.Builder<CfnPublicTypeVersionProps>CfnPublicTypeVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.