Uses of Interface
software.amazon.awssdk.services.glue.model.TargetRedshiftCatalog.Builder
-
Packages that use TargetRedshiftCatalog.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TargetRedshiftCatalog.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TargetRedshiftCatalog.Builder Modifier and Type Method Description static TargetRedshiftCatalog.BuilderTargetRedshiftCatalog. builder()TargetRedshiftCatalog.BuilderTargetRedshiftCatalog.Builder. catalogArn(String catalogArn)The Amazon Resource Name (ARN) of the catalog resource.TargetRedshiftCatalog.BuilderTargetRedshiftCatalog. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TargetRedshiftCatalog.Builder Modifier and Type Method Description static Class<? extends TargetRedshiftCatalog.Builder>TargetRedshiftCatalog. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TargetRedshiftCatalog.Builder Modifier and Type Method Description default Catalog.BuilderCatalog.Builder. targetRedshiftCatalog(Consumer<TargetRedshiftCatalog.Builder> targetRedshiftCatalog)ATargetRedshiftCatalogobject that describes a target catalog for database resource linking.default CatalogInput.BuilderCatalogInput.Builder. targetRedshiftCatalog(Consumer<TargetRedshiftCatalog.Builder> targetRedshiftCatalog)ATargetRedshiftCatalogobject that describes a target catalog for resource linking.
-