Class CfnCatalog.TargetRedshiftCatalogProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnCatalog.TargetRedshiftCatalogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCatalog.TargetRedshiftCatalogProperty>
- Enclosing interface:
CfnCatalog.TargetRedshiftCatalogProperty
@Stability(Stable)
public static final class CfnCatalog.TargetRedshiftCatalogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCatalog.TargetRedshiftCatalogProperty>
A builder for
CfnCatalog.TargetRedshiftCatalogProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.catalogArn(String catalogArn) Sets the value ofCfnCatalog.TargetRedshiftCatalogProperty.getCatalogArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogArn
@Stability(Stable) public CfnCatalog.TargetRedshiftCatalogProperty.Builder catalogArn(String catalogArn) Sets the value ofCfnCatalog.TargetRedshiftCatalogProperty.getCatalogArn()- Parameters:
catalogArn- The Amazon Resource Name (ARN) of the catalog resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCatalog.TargetRedshiftCatalogProperty>- Returns:
- a new instance of
CfnCatalog.TargetRedshiftCatalogProperty - Throws:
NullPointerException- if any required attribute was not provided
-