@Stability(value=Stable) public static final class CfnSchema.RegistryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchema.RegistryProperty>
CfnSchema.RegistryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchema.RegistryProperty.Builder |
arn(String arn)
Sets the value of
CfnSchema.RegistryProperty.getArn() |
CfnSchema.RegistryProperty |
build()
Builds the configured instance.
|
CfnSchema.RegistryProperty.Builder |
name(String name)
Sets the value of
CfnSchema.RegistryProperty.getName() |
@Stability(value=Stable) public CfnSchema.RegistryProperty.Builder arn(String arn)
CfnSchema.RegistryProperty.getArn()arn - The Amazon Resource Name (ARN) of the registry.this@Stability(value=Stable) public CfnSchema.RegistryProperty.Builder name(String name)
CfnSchema.RegistryProperty.getName()name - The name of the registry.this@Stability(value=Stable) public CfnSchema.RegistryProperty build()
build in interface software.amazon.jsii.Builder<CfnSchema.RegistryProperty>CfnSchema.RegistryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.