Class CfnChannel.RecordSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnChannel.RecordSchemaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.RecordSchemaProperty>
- Enclosing interface:
CfnChannel.RecordSchemaProperty
@Stability(Stable)
public static final class CfnChannel.RecordSchemaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.RecordSchemaProperty>
A builder for
CfnChannel.RecordSchemaProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannel.RecordSchemaProperty.getGsrArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gsrArn
Sets the value ofCfnChannel.RecordSchemaProperty.getGsrArn()- Parameters:
gsrArn- ARN of Glue Schema Registry resource used for table schema. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.RecordSchemaProperty>- Returns:
- a new instance of
CfnChannel.RecordSchemaProperty - Throws:
NullPointerException- if any required attribute was not provided
-