@Stability(value=Stable) public static final class CfnPartition.SchemaIdProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPartition.SchemaIdProperty>
CfnPartition.SchemaIdProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPartition.SchemaIdProperty |
build()
Builds the configured instance.
|
CfnPartition.SchemaIdProperty.Builder |
registryName(String registryName)
Sets the value of
CfnPartition.SchemaIdProperty.getRegistryName() |
CfnPartition.SchemaIdProperty.Builder |
schemaArn(String schemaArn)
Sets the value of
CfnPartition.SchemaIdProperty.getSchemaArn() |
CfnPartition.SchemaIdProperty.Builder |
schemaName(String schemaName)
Sets the value of
CfnPartition.SchemaIdProperty.getSchemaName() |
@Stability(value=Stable) public CfnPartition.SchemaIdProperty.Builder registryName(String registryName)
CfnPartition.SchemaIdProperty.getRegistryName()
registryName
- `CfnPartition.SchemaIdProperty.RegistryName`.this
@Stability(value=Stable) public CfnPartition.SchemaIdProperty.Builder schemaArn(String schemaArn)
CfnPartition.SchemaIdProperty.getSchemaArn()
schemaArn
- `CfnPartition.SchemaIdProperty.SchemaArn`.this
@Stability(value=Stable) public CfnPartition.SchemaIdProperty.Builder schemaName(String schemaName)
CfnPartition.SchemaIdProperty.getSchemaName()
schemaName
- `CfnPartition.SchemaIdProperty.SchemaName`.this
@Stability(value=Stable) public CfnPartition.SchemaIdProperty build()
build
in interface software.amazon.jsii.Builder<CfnPartition.SchemaIdProperty>
CfnPartition.SchemaIdProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.