Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3DestinationUpdate |
UpdateDestinationRequest.s3DestinationUpdate
Describes an update for a destination in Amazon S3.
|
private S3DestinationUpdate |
RedshiftDestinationUpdate.s3Update
The Amazon S3 destination.
|
private S3DestinationUpdate |
ElasticsearchDestinationUpdate.s3Update |
Modifier and Type | Method and Description |
---|---|
S3DestinationUpdate |
S3DestinationUpdate.clone() |
S3DestinationUpdate |
UpdateDestinationRequest.getS3DestinationUpdate()
Describes an update for a destination in Amazon S3.
|
S3DestinationUpdate |
RedshiftDestinationUpdate.getS3Update()
The Amazon S3 destination.
|
S3DestinationUpdate |
ElasticsearchDestinationUpdate.getS3Update() |
S3DestinationUpdate |
S3DestinationUpdate.withBucketARN(java.lang.String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationUpdate |
S3DestinationUpdate.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationUpdate |
S3DestinationUpdate.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Describes CloudWatch logging options for your delivery stream.
|
S3DestinationUpdate |
S3DestinationUpdate.withCompressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationUpdate |
S3DestinationUpdate.withCompressionFormat(java.lang.String compressionFormat)
The compression format.
|
S3DestinationUpdate |
S3DestinationUpdate.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate |
S3DestinationUpdate.withPrefix(java.lang.String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for
delivered S3 files.
|
S3DestinationUpdate |
S3DestinationUpdate.withRoleARN(java.lang.String roleARN)
The ARN of the AWS credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDestinationRequest.setS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Describes an update for a destination in Amazon S3.
|
void |
RedshiftDestinationUpdate.setS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
void |
ElasticsearchDestinationUpdate.setS3Update(S3DestinationUpdate s3Update) |
UpdateDestinationRequest |
UpdateDestinationRequest.withS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Describes an update for a destination in Amazon S3.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withS3Update(S3DestinationUpdate s3Update) |
Modifier and Type | Method and Description |
---|---|
S3DestinationUpdate |
S3DestinationUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3DestinationUpdateJsonMarshaller.marshall(S3DestinationUpdate s3DestinationUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|