@Stability(value=Stable) public static final class CfnResourceVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceVersion>
CfnResourceVersion.| Modifier and Type | Method and Description |
|---|---|
CfnResourceVersion |
build() |
static CfnResourceVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResourceVersion.Builder |
executionRoleArn(String executionRoleArn)
`AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`.
|
CfnResourceVersion.Builder |
loggingConfig(CfnResourceVersion.LoggingConfigProperty loggingConfig)
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
CfnResourceVersion.Builder |
loggingConfig(IResolvable loggingConfig)
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
CfnResourceVersion.Builder |
schemaHandlerPackage(String schemaHandlerPackage)
`AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`.
|
CfnResourceVersion.Builder |
typeName(String typeName)
`AWS::CloudFormation::ResourceVersion.TypeName`.
|
@Stability(value=Stable) public static CfnResourceVersion.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResourceVersion.LoggingConfigProperty.Builder.@Stability(value=Stable) public CfnResourceVersion.Builder schemaHandlerPackage(String schemaHandlerPackage)
schemaHandlerPackage - `AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`. This parameter is required.this@Stability(value=Stable) public CfnResourceVersion.Builder typeName(String typeName)
typeName - `AWS::CloudFormation::ResourceVersion.TypeName`. This parameter is required.this@Stability(value=Stable) public CfnResourceVersion.Builder executionRoleArn(String executionRoleArn)
executionRoleArn - `AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnResourceVersion.Builder loggingConfig(IResolvable loggingConfig)
loggingConfig - `AWS::CloudFormation::ResourceVersion.LoggingConfig`. This parameter is required.this@Stability(value=Stable) public CfnResourceVersion.Builder loggingConfig(CfnResourceVersion.LoggingConfigProperty loggingConfig)
loggingConfig - `AWS::CloudFormation::ResourceVersion.LoggingConfig`. This parameter is required.this@Stability(value=Stable) public CfnResourceVersion build()
build in interface software.amazon.jsii.Builder<CfnResourceVersion>Copyright © 2021. All rights reserved.