@Stability(value=Stable) public static final class CfnSchema.SchemaVersionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchema.SchemaVersionProperty>
CfnSchema.SchemaVersionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchema.SchemaVersionProperty |
build()
Builds the configured instance.
|
CfnSchema.SchemaVersionProperty.Builder |
isLatest(Boolean isLatest)
Sets the value of
CfnSchema.SchemaVersionProperty.getIsLatest() |
CfnSchema.SchemaVersionProperty.Builder |
isLatest(IResolvable isLatest)
Sets the value of
CfnSchema.SchemaVersionProperty.getIsLatest() |
CfnSchema.SchemaVersionProperty.Builder |
versionNumber(Number versionNumber)
Sets the value of
CfnSchema.SchemaVersionProperty.getVersionNumber() |
@Stability(value=Stable) public CfnSchema.SchemaVersionProperty.Builder isLatest(Boolean isLatest)
CfnSchema.SchemaVersionProperty.getIsLatest()isLatest - Indicates if this version is the latest version of the schema.this@Stability(value=Stable) public CfnSchema.SchemaVersionProperty.Builder isLatest(IResolvable isLatest)
CfnSchema.SchemaVersionProperty.getIsLatest()isLatest - Indicates if this version is the latest version of the schema.this@Stability(value=Stable) public CfnSchema.SchemaVersionProperty.Builder versionNumber(Number versionNumber)
CfnSchema.SchemaVersionProperty.getVersionNumber()versionNumber - The version number of the schema.this@Stability(value=Stable) public CfnSchema.SchemaVersionProperty build()
build in interface software.amazon.jsii.Builder<CfnSchema.SchemaVersionProperty>CfnSchema.SchemaVersionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.