Uses of Interface
software.amazon.awssdk.services.firehose.model.CopyCommand.Builder
-
Packages that use CopyCommand.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of CopyCommand.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return CopyCommand.Builder Modifier and Type Method Description static CopyCommand.BuilderCopyCommand. builder()CopyCommand.BuilderCopyCommand.Builder. copyOptions(String copyOptions)Optional parameters to use with the Amazon RedshiftCOPYcommand.CopyCommand.BuilderCopyCommand.Builder. dataTableColumns(String dataTableColumns)A comma-separated list of column names.CopyCommand.BuilderCopyCommand.Builder. dataTableName(String dataTableName)The name of the target table.CopyCommand.BuilderCopyCommand. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type CopyCommand.Builder Modifier and Type Method Description static Class<? extends CopyCommand.Builder>CopyCommand. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type CopyCommand.Builder Modifier and Type Method Description default RedshiftDestinationConfiguration.BuilderRedshiftDestinationConfiguration.Builder. copyCommand(Consumer<CopyCommand.Builder> copyCommand)TheCOPYcommand.default RedshiftDestinationDescription.BuilderRedshiftDestinationDescription.Builder. copyCommand(Consumer<CopyCommand.Builder> copyCommand)TheCOPYcommand.default RedshiftDestinationUpdate.BuilderRedshiftDestinationUpdate.Builder. copyCommand(Consumer<CopyCommand.Builder> copyCommand)TheCOPYcommand.
-