@Stability(value=Stable) public static final class CfnPartition.SchemaReferenceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPartition.SchemaReferenceProperty>
CfnPartition.SchemaReferenceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPartition.SchemaReferenceProperty |
build()
Builds the configured instance.
|
CfnPartition.SchemaReferenceProperty.Builder |
schemaId(CfnPartition.SchemaIdProperty schemaId)
Sets the value of
CfnPartition.SchemaReferenceProperty.getSchemaId() |
CfnPartition.SchemaReferenceProperty.Builder |
schemaId(IResolvable schemaId)
Sets the value of
CfnPartition.SchemaReferenceProperty.getSchemaId() |
CfnPartition.SchemaReferenceProperty.Builder |
schemaVersionId(String schemaVersionId)
Sets the value of
CfnPartition.SchemaReferenceProperty.getSchemaVersionId() |
CfnPartition.SchemaReferenceProperty.Builder |
schemaVersionNumber(Number schemaVersionNumber)
Sets the value of
CfnPartition.SchemaReferenceProperty.getSchemaVersionNumber() |
@Stability(value=Stable) public CfnPartition.SchemaReferenceProperty.Builder schemaId(CfnPartition.SchemaIdProperty schemaId)
CfnPartition.SchemaReferenceProperty.getSchemaId()schemaId - A structure that contains schema identity fields.
Either this or the SchemaVersionId has to be
provided.this@Stability(value=Stable) public CfnPartition.SchemaReferenceProperty.Builder schemaId(IResolvable schemaId)
CfnPartition.SchemaReferenceProperty.getSchemaId()schemaId - A structure that contains schema identity fields.
Either this or the SchemaVersionId has to be
provided.this@Stability(value=Stable) public CfnPartition.SchemaReferenceProperty.Builder schemaVersionId(String schemaVersionId)
CfnPartition.SchemaReferenceProperty.getSchemaVersionId()schemaVersionId - The unique ID assigned to a version of the schema.
Either this or the SchemaId has to be provided.this@Stability(value=Stable) public CfnPartition.SchemaReferenceProperty.Builder schemaVersionNumber(Number schemaVersionNumber)
CfnPartition.SchemaReferenceProperty.getSchemaVersionNumber()schemaVersionNumber - The version number of the schema.this@Stability(value=Stable) public CfnPartition.SchemaReferenceProperty build()
build in interface software.amazon.jsii.Builder<CfnPartition.SchemaReferenceProperty>CfnPartition.SchemaReferencePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.