| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationUpdate |
S3DestinationUpdate.clone() |
S3DestinationUpdate |
UpdateDestinationRequest.getS3DestinationUpdate()
Returns the value of the S3DestinationUpdate property for this object.
|
S3DestinationUpdate |
RedshiftDestinationUpdate.getS3Update()
The Amazon S3 destination.
|
S3DestinationUpdate |
S3DestinationUpdate.withBucketARN(String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationUpdate |
S3DestinationUpdate.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationUpdate |
S3DestinationUpdate.withCompressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationUpdate |
S3DestinationUpdate.withCompressionFormat(String compressionFormat)
The compression format.
|
S3DestinationUpdate |
S3DestinationUpdate.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate |
S3DestinationUpdate.withPrefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for
delivered S3 files.
|
S3DestinationUpdate |
S3DestinationUpdate.withRoleARN(String roleARN)
The ARN of the AWS credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDestinationRequest.setS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Sets the value of the S3DestinationUpdate property for this object.
|
void |
RedshiftDestinationUpdate.setS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Sets the value of the S3DestinationUpdate property for this object.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
Copyright © 2015. All rights reserved.