Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private BufferingHints |
S3DestinationUpdate.bufferingHints
The buffering option.
|
private BufferingHints |
S3DestinationDescription.bufferingHints
The buffering option.
|
private BufferingHints |
S3DestinationConfiguration.bufferingHints
The buffering option.
|
Modifier and Type | Method and Description |
---|---|
BufferingHints |
BufferingHints.clone() |
BufferingHints |
S3DestinationUpdate.getBufferingHints()
The buffering option.
|
BufferingHints |
S3DestinationDescription.getBufferingHints()
The buffering option.
|
BufferingHints |
S3DestinationConfiguration.getBufferingHints()
The buffering option.
|
BufferingHints |
BufferingHints.withIntervalInSeconds(java.lang.Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before
delivering it to the destination.
|
BufferingHints |
BufferingHints.withSizeInMBs(java.lang.Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it
to the destination.
|
Modifier and Type | Method and Description |
---|---|
void |
S3DestinationUpdate.setBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
void |
S3DestinationDescription.setBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
void |
S3DestinationConfiguration.setBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationUpdate |
S3DestinationUpdate.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationDescription |
S3DestinationDescription.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
Modifier and Type | Method and Description |
---|---|
BufferingHints |
BufferingHintsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BufferingHintsJsonMarshaller.marshall(BufferingHints bufferingHints,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|