Interface TargetRedshiftCatalog.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetRedshiftCatalog.Builder,
,TargetRedshiftCatalog> SdkBuilder<TargetRedshiftCatalog.Builder,
,TargetRedshiftCatalog> SdkPojo
- Enclosing class:
TargetRedshiftCatalog
@Mutable
@NotThreadSafe
public static interface TargetRedshiftCatalog.Builder
extends SdkPojo, CopyableBuilder<TargetRedshiftCatalog.Builder,TargetRedshiftCatalog>
-
Method Summary
Modifier and TypeMethodDescriptioncatalogArn
(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 Details
-
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.
-