@Stability(value=Stable) public static final class CfnResourceVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceVersionProps>
CfnResourceVersionProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResourceVersionProps |
build()
Builds the configured instance.
|
CfnResourceVersionProps.Builder |
executionRoleArn(String executionRoleArn)
Sets the value of
CfnResourceVersionProps.getExecutionRoleArn() |
CfnResourceVersionProps.Builder |
loggingConfig(CfnResourceVersion.LoggingConfigProperty loggingConfig)
Sets the value of
CfnResourceVersionProps.getLoggingConfig() |
CfnResourceVersionProps.Builder |
loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnResourceVersionProps.getLoggingConfig() |
CfnResourceVersionProps.Builder |
schemaHandlerPackage(String schemaHandlerPackage)
Sets the value of
CfnResourceVersionProps.getSchemaHandlerPackage() |
CfnResourceVersionProps.Builder |
typeName(String typeName)
Sets the value of
CfnResourceVersionProps.getTypeName() |
@Stability(value=Stable) public CfnResourceVersionProps.Builder schemaHandlerPackage(String schemaHandlerPackage)
CfnResourceVersionProps.getSchemaHandlerPackage()
schemaHandlerPackage
- `AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`. This parameter is required.this
@Stability(value=Stable) public CfnResourceVersionProps.Builder typeName(String typeName)
CfnResourceVersionProps.getTypeName()
typeName
- `AWS::CloudFormation::ResourceVersion.TypeName`. This parameter is required.this
@Stability(value=Stable) public CfnResourceVersionProps.Builder executionRoleArn(String executionRoleArn)
CfnResourceVersionProps.getExecutionRoleArn()
executionRoleArn
- `AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`.this
@Stability(value=Stable) public CfnResourceVersionProps.Builder loggingConfig(IResolvable loggingConfig)
CfnResourceVersionProps.getLoggingConfig()
loggingConfig
- `AWS::CloudFormation::ResourceVersion.LoggingConfig`.this
@Stability(value=Stable) public CfnResourceVersionProps.Builder loggingConfig(CfnResourceVersion.LoggingConfigProperty loggingConfig)
CfnResourceVersionProps.getLoggingConfig()
loggingConfig
- `AWS::CloudFormation::ResourceVersion.LoggingConfig`.this
@Stability(value=Stable) public CfnResourceVersionProps build()
build
in interface software.amazon.jsii.Builder<CfnResourceVersionProps>
CfnResourceVersionProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.