@Stability(value=Stable) public static final class CfnSchemaProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaProps>
CfnSchemaProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchemaProps |
build()
Builds the configured instance.
|
CfnSchemaProps.Builder |
content(String content)
Sets the value of
CfnSchemaProps.getContent() |
CfnSchemaProps.Builder |
description(String description)
Sets the value of
CfnSchemaProps.getDescription() |
CfnSchemaProps.Builder |
registryName(String registryName)
Sets the value of
CfnSchemaProps.getRegistryName() |
CfnSchemaProps.Builder |
schemaName(String schemaName)
Sets the value of
CfnSchemaProps.getSchemaName() |
CfnSchemaProps.Builder |
tags(List<? extends CfnSchema.TagsEntryProperty> tags)
Sets the value of
CfnSchemaProps.getTags() |
CfnSchemaProps.Builder |
type(String type)
Sets the value of
CfnSchemaProps.getType() |
@Stability(value=Stable) public CfnSchemaProps.Builder content(String content)
CfnSchemaProps.getContent()content - `AWS::EventSchemas::Schema.Content`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder registryName(String registryName)
CfnSchemaProps.getRegistryName()registryName - `AWS::EventSchemas::Schema.RegistryName`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder type(String type)
CfnSchemaProps.getType()type - `AWS::EventSchemas::Schema.Type`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder description(String description)
CfnSchemaProps.getDescription()description - `AWS::EventSchemas::Schema.Description`.this@Stability(value=Stable) public CfnSchemaProps.Builder schemaName(String schemaName)
CfnSchemaProps.getSchemaName()schemaName - `AWS::EventSchemas::Schema.SchemaName`.this@Stability(value=Stable) public CfnSchemaProps.Builder tags(List<? extends CfnSchema.TagsEntryProperty> tags)
CfnSchemaProps.getTags()tags - `AWS::EventSchemas::Schema.Tags`.this@Stability(value=Stable) public CfnSchemaProps build()
build in interface software.amazon.jsii.Builder<CfnSchemaProps>CfnSchemaPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.