Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private RedshiftRetryOptions |
RedshiftDestinationUpdate.retryOptions
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
private RedshiftRetryOptions |
RedshiftDestinationDescription.retryOptions
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
private RedshiftRetryOptions |
RedshiftDestinationConfiguration.retryOptions
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
Modifier and Type | Method and Description |
---|---|
RedshiftRetryOptions |
RedshiftRetryOptions.clone() |
RedshiftRetryOptions |
RedshiftDestinationUpdate.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftRetryOptions |
RedshiftDestinationDescription.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftRetryOptions |
RedshiftDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftRetryOptions |
RedshiftRetryOptions.withDurationInSeconds(java.lang.Integer durationInSeconds)
The length of time during which Firehose retries delivery after a
failure, starting from the initial request and including the first
attempt.
|
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDestinationUpdate.setRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
void |
RedshiftDestinationDescription.setRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
void |
RedshiftDestinationConfiguration.setRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftDestinationDescription |
RedshiftDestinationDescription.withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftDestinationConfiguration |
RedshiftDestinationConfiguration.withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
Modifier and Type | Method and Description |
---|---|
RedshiftRetryOptions |
RedshiftRetryOptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RedshiftRetryOptionsJsonMarshaller.marshall(RedshiftRetryOptions redshiftRetryOptions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|