Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3DestinationDescription |
RedshiftDestinationDescription.s3DestinationDescription
The Amazon S3 destination.
|
private S3DestinationDescription |
ElasticsearchDestinationDescription.s3DestinationDescription |
private S3DestinationDescription |
DestinationDescription.s3DestinationDescription
The Amazon S3 destination.
|
Modifier and Type | Method and Description |
---|---|
S3DestinationDescription |
S3DestinationDescription.clone() |
S3DestinationDescription |
RedshiftDestinationDescription.getS3DestinationDescription()
The Amazon S3 destination.
|
S3DestinationDescription |
ElasticsearchDestinationDescription.getS3DestinationDescription() |
S3DestinationDescription |
DestinationDescription.getS3DestinationDescription()
The Amazon S3 destination.
|
S3DestinationDescription |
S3DestinationDescription.withBucketARN(java.lang.String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationDescription |
S3DestinationDescription.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationDescription |
S3DestinationDescription.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Describes CloudWatch logging options for your delivery stream.
|
S3DestinationDescription |
S3DestinationDescription.withCompressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationDescription |
S3DestinationDescription.withCompressionFormat(java.lang.String compressionFormat)
The compression format.
|
S3DestinationDescription |
S3DestinationDescription.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationDescription |
S3DestinationDescription.withPrefix(java.lang.String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for
delivered S3 files.
|
S3DestinationDescription |
S3DestinationDescription.withRoleARN(java.lang.String roleARN)
The ARN of the AWS credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDestinationDescription.setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
void |
ElasticsearchDestinationDescription.setS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
void |
DestinationDescription.setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
RedshiftDestinationDescription |
RedshiftDestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
DestinationDescription |
DestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
Modifier and Type | Method and Description |
---|---|
S3DestinationDescription |
S3DestinationDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3DestinationDescriptionJsonMarshaller.marshall(S3DestinationDescription s3DestinationDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|