| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.clone() |
RedshiftDestinationUpdate |
UpdateDestinationRequest.getRedshiftDestinationUpdate()
Returns the value of the RedshiftDestinationUpdate property for this
object.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withClusterJDBCURL(String clusterJDBCURL)
The database connection string.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withPassword(String password)
The user password.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRoleARN(String roleARN)
The ARN of the AWS credentials.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withUsername(String username)
The name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDestinationRequest.setRedshiftDestinationUpdate(RedshiftDestinationUpdate redshiftDestinationUpdate)
Sets the value of the RedshiftDestinationUpdate property for this object.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withRedshiftDestinationUpdate(RedshiftDestinationUpdate redshiftDestinationUpdate)
Sets the value of the RedshiftDestinationUpdate property for this object.
|
Copyright © 2015. All rights reserved.