Class RedshiftUnloadSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.RedshiftUnloadSettingsResponse
-
public final class RedshiftUnloadSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RedshiftUnloadSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
bucketName()
static RedshiftUnloadSettingsResponse.Builder
builder()
static RedshiftUnloadSettingsResponse.Builder
builder(RedshiftUnloadSettingsResponse defaults)
LinkedServiceReferenceResponse
s3LinkedServiceName()
-
-
-
Method Detail
-
bucketName
public java.lang.Object bucketName()
- Returns:
- 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).
-
s3LinkedServiceName
public LinkedServiceReferenceResponse s3LinkedServiceName()
- Returns:
- The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
-
builder
public static RedshiftUnloadSettingsResponse.Builder builder()
-
builder
public static RedshiftUnloadSettingsResponse.Builder builder(RedshiftUnloadSettingsResponse defaults)
-
-