Class CfnChannel.CatalogProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnChannel.CatalogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.CatalogProperty>
- Enclosing interface:
CfnChannel.CatalogProperty
@Stability(Stable)
public static final class CfnChannel.CatalogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.CatalogProperty>
A builder for
CfnChannel.CatalogProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.catalogArn(String catalogArn) Sets the value ofCfnChannel.CatalogProperty.getCatalogArn()warehouseLocation(String warehouseLocation) Sets the value ofCfnChannel.CatalogProperty.getWarehouseLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogArn
Sets the value ofCfnChannel.CatalogProperty.getCatalogArn()- Parameters:
catalogArn- The ARN of the catalog.- Returns:
this
-
warehouseLocation
@Stability(Stable) public CfnChannel.CatalogProperty.Builder warehouseLocation(String warehouseLocation) Sets the value ofCfnChannel.CatalogProperty.getWarehouseLocation()- Parameters:
warehouseLocation- The warehouse location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.CatalogProperty>- Returns:
- a new instance of
CfnChannel.CatalogProperty - Throws:
NullPointerException- if any required attribute was not provided
-