| Constructor and Description |
|---|
Kinesis2Configuration() |
| Modifier and Type | Method and Description |
|---|---|
Kinesis2Configuration |
copy() |
String |
getAccessKey() |
software.amazon.awssdk.services.kinesis.KinesisClient |
getAmazonKinesisClient() |
software.amazon.awssdk.services.kinesis.model.ShardIteratorType |
getIteratorType() |
int |
getMaxResultsPerRequest() |
String |
getProxyHost() |
Integer |
getProxyPort() |
software.amazon.awssdk.core.Protocol |
getProxyProtocol() |
String |
getRegion() |
String |
getSecretKey() |
String |
getSequenceNumber() |
Kinesis2ShardClosedStrategyEnum |
getShardClosed() |
String |
getShardId() |
String |
getStreamName() |
void |
setAccessKey(String accessKey) |
void |
setAmazonKinesisClient(software.amazon.awssdk.services.kinesis.KinesisClient amazonKinesisClient) |
void |
setIteratorType(software.amazon.awssdk.services.kinesis.model.ShardIteratorType iteratorType) |
void |
setMaxResultsPerRequest(int maxResultsPerRequest) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(Integer proxyPort) |
void |
setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) |
void |
setRegion(String region) |
void |
setSecretKey(String secretKey) |
void |
setSequenceNumber(String sequenceNumber) |
void |
setShardClosed(Kinesis2ShardClosedStrategyEnum shardClosed) |
void |
setShardId(String shardId) |
void |
setStreamName(String streamName) |
public software.amazon.awssdk.services.kinesis.KinesisClient getAmazonKinesisClient()
public void setAmazonKinesisClient(software.amazon.awssdk.services.kinesis.KinesisClient amazonKinesisClient)
public int getMaxResultsPerRequest()
public void setMaxResultsPerRequest(int maxResultsPerRequest)
public String getStreamName()
public void setStreamName(String streamName)
public software.amazon.awssdk.services.kinesis.model.ShardIteratorType getIteratorType()
public void setIteratorType(software.amazon.awssdk.services.kinesis.model.ShardIteratorType iteratorType)
public String getShardId()
public void setShardId(String shardId)
public String getSequenceNumber()
public void setSequenceNumber(String sequenceNumber)
public Kinesis2ShardClosedStrategyEnum getShardClosed()
public void setShardClosed(Kinesis2ShardClosedStrategyEnum shardClosed)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getRegion()
public void setRegion(String region)
public software.amazon.awssdk.core.Protocol getProxyProtocol()
public void setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public Kinesis2Configuration copy()
Apache Camel