Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private RedshiftDestinationUpdate |
UpdateDestinationRequest.redshiftDestinationUpdate
Describes an update for a destination in Amazon Redshift.
|
Modifier and Type | Method and Description |
---|---|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.clone() |
RedshiftDestinationUpdate |
UpdateDestinationRequest.getRedshiftDestinationUpdate()
Describes an update for a destination in Amazon Redshift.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Describes CloudWatch logging options for your delivery stream.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withClusterJDBCURL(java.lang.String clusterJDBCURL)
The database connection string.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withPassword(java.lang.String password)
The user password.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRoleARN(java.lang.String roleARN)
The ARN of the AWS credentials.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withUsername(java.lang.String username)
The name of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDestinationRequest.setRedshiftDestinationUpdate(RedshiftDestinationUpdate redshiftDestinationUpdate)
Describes an update for a destination in Amazon Redshift.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withRedshiftDestinationUpdate(RedshiftDestinationUpdate redshiftDestinationUpdate)
Describes an update for a destination in Amazon Redshift.
|
Modifier and Type | Method and Description |
---|---|
RedshiftDestinationUpdate |
RedshiftDestinationUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDestinationUpdateJsonMarshaller.marshall(RedshiftDestinationUpdate redshiftDestinationUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|