Interface TargetRedshiftCatalog.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetRedshiftCatalog.Builder,TargetRedshiftCatalog>,SdkBuilder<TargetRedshiftCatalog.Builder,TargetRedshiftCatalog>,SdkPojo
- Enclosing class:
- TargetRedshiftCatalog
public static interface TargetRedshiftCatalog.Builder extends SdkPojo, CopyableBuilder<TargetRedshiftCatalog.Builder,TargetRedshiftCatalog>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetRedshiftCatalog.BuildercatalogArn(String catalogArn)The Amazon Resource Name (ARN) of the catalog resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogArn
TargetRedshiftCatalog.Builder catalogArn(String catalogArn)
The Amazon Resource Name (ARN) of the catalog resource.
- Parameters:
catalogArn- The Amazon Resource Name (ARN) of the catalog resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-