Class RedshiftUnloadSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.RedshiftUnloadSettings
-
public final class RedshiftUnloadSettings extends Object
The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
-
-
Constructor Summary
Constructors Constructor Description RedshiftUnloadSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
bucketName()
Get the bucketName property: The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source.LinkedServiceReference
s3LinkedServiceName()
Get the s3LinkedServiceName property: The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.void
validate()
Validates the instance.RedshiftUnloadSettings
withBucketName(Object bucketName)
Set the bucketName property: The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source.RedshiftUnloadSettings
withS3LinkedServiceName(LinkedServiceReference s3LinkedServiceName)
Set the s3LinkedServiceName property: The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
-
-
-
Method Detail
-
s3LinkedServiceName
public LinkedServiceReference s3LinkedServiceName()
Get the s3LinkedServiceName property: The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.- Returns:
- the s3LinkedServiceName value.
-
withS3LinkedServiceName
public RedshiftUnloadSettings withS3LinkedServiceName(LinkedServiceReference s3LinkedServiceName)
Set the s3LinkedServiceName property: The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.- Parameters:
s3LinkedServiceName
- the s3LinkedServiceName value to set.- Returns:
- the RedshiftUnloadSettings object itself.
-
bucketName
public Object bucketName()
Get the bucketName property: The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).- Returns:
- the bucketName value.
-
withBucketName
public RedshiftUnloadSettings withBucketName(Object bucketName)
Set the bucketName property: The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).- Parameters:
bucketName
- the bucketName value to set.- Returns:
- the RedshiftUnloadSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-