| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.clone() |
KinesisStreamingSourceOptions |
CatalogKinesisSource.getStreamingOptions()
Additional options for the Kinesis streaming data source.
|
KinesisStreamingSourceOptions |
DirectKinesisSource.getStreamingOptions()
Additional options for the Kinesis streaming data source.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withAddIdleTimeBetweenReads(Boolean addIdleTimeBetweenReads)
Adds a time delay between two consecutive getRecords operations.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withAddRecordTimestamp(String addRecordTimestamp)
When this option is set to 'true', the data output will contain an additional column named "__src_timestamp" that
indicates the time when the corresponding record received by the stream.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withAvoidEmptyBatches(Boolean avoidEmptyBatches)
Avoids creating an empty microbatch job by checking for unread data in the Kinesis data stream before the batch
is started.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withClassification(String classification)
An optional classification.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withDelimiter(String delimiter)
Specifies the delimiter character.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withDescribeShardInterval(Long describeShardInterval)
The minimum time interval between two ListShards API calls for your script to consider resharding.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withEmitConsumerLagMetrics(String emitConsumerLagMetrics)
When this option is set to 'true', for each batch, it will emit the metrics for the duration between the oldest
record received by the stream and the time it arrives in Glue to CloudWatch.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withEndpointUrl(String endpointUrl)
The URL of the Kinesis endpoint.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withIdleTimeBetweenReadsInMs(Long idleTimeBetweenReadsInMs)
The minimum time delay between two consecutive getRecords operations, specified in ms.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withMaxFetchRecordsPerShard(Long maxFetchRecordsPerShard)
The maximum number of records to fetch per shard in the Kinesis data stream per microbatch.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withMaxFetchTimeInMs(Long maxFetchTimeInMs)
The maximum time spent for the job executor to read records for the current batch from the Kinesis data stream,
specified in milliseconds (ms).
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withMaxRecordPerRead(Long maxRecordPerRead)
The maximum number of records to fetch from the Kinesis data stream in each getRecords operation.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withMaxRetryIntervalMs(Long maxRetryIntervalMs)
The maximum cool-off time period (specified in ms) between two retries of a Kinesis Data Streams API call.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withNumRetries(Integer numRetries)
The maximum number of retries for Kinesis Data Streams API requests.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withRetryIntervalMs(Long retryIntervalMs)
The cool-off time period (specified in ms) before retrying the Kinesis Data Streams API call.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Service (AWS STS).
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withRoleSessionName(String roleSessionName)
An identifier for the session assuming the role using AWS STS.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withStartingPosition(StartingPosition startingPosition)
The starting position in the Kinesis data stream to read data from.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withStartingPosition(String startingPosition)
The starting position in the Kinesis data stream to read data from.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withStartingTimestamp(Date startingTimestamp)
The timestamp of the record in the Kinesis data stream to start reading data from.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withStreamArn(String streamArn)
The Amazon Resource Name (ARN) of the Kinesis data stream.
|
KinesisStreamingSourceOptions |
KinesisStreamingSourceOptions.withStreamName(String streamName)
The name of the Kinesis data stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogKinesisSource.setStreamingOptions(KinesisStreamingSourceOptions streamingOptions)
Additional options for the Kinesis streaming data source.
|
void |
DirectKinesisSource.setStreamingOptions(KinesisStreamingSourceOptions streamingOptions)
Additional options for the Kinesis streaming data source.
|
CatalogKinesisSource |
CatalogKinesisSource.withStreamingOptions(KinesisStreamingSourceOptions streamingOptions)
Additional options for the Kinesis streaming data source.
|
DirectKinesisSource |
DirectKinesisSource.withStreamingOptions(KinesisStreamingSourceOptions streamingOptions)
Additional options for the Kinesis streaming data source.
|
Copyright © 2025. All rights reserved.