@Stability(value=Stable)
public static interface CfnSchema.RegistryProperty
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.*;
RegistryProperty registryProperty = RegistryProperty.builder()
.arn("arn")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchema.RegistryProperty.Builder
A builder for
CfnSchema.RegistryProperty |
static class |
CfnSchema.RegistryProperty.Jsii$Proxy
An implementation for
CfnSchema.RegistryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchema.RegistryProperty.Builder |
builder() |
default String |
getArn()
The Amazon Resource Name (ARN) of the registry.
|
default String |
getName()
The name of the registry.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnSchema.RegistryProperty.Builder builder()
CfnSchema.RegistryProperty.Builder of CfnSchema.RegistryPropertyCopyright © 2022. All rights reserved.