@Stability(value=Stable)
public static interface CfnSchema.SchemaVersionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
SchemaVersionProperty schemaVersionProperty = SchemaVersionProperty.builder()
.isLatest(false)
.versionNumber(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchema.SchemaVersionProperty.Builder
A builder for
CfnSchema.SchemaVersionProperty |
static class |
CfnSchema.SchemaVersionProperty.Jsii$Proxy
An implementation for
CfnSchema.SchemaVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchema.SchemaVersionProperty.Builder |
builder() |
default Object |
getIsLatest()
Indicates if this version is the latest version of the schema.
|
default Number |
getVersionNumber()
The version number of the schema.
|
@Stability(value=Stable) @Nullable default Object getIsLatest()
@Stability(value=Stable) @Nullable default Number getVersionNumber()
@Stability(value=Stable) static CfnSchema.SchemaVersionProperty.Builder builder()
Copyright © 2022. All rights reserved.