|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
public class KinesisRecorderConfig
Allows configuration of certain KinesisRecorder parameters, such as maxStoargeSize
| Constructor Summary | |
|---|---|
KinesisRecorderConfig()
Construct an instance of KinesisRecorderConfig which has default values of maxStorageSize = 5MiB; and a default ClientConfiguration |
|
KinesisRecorderConfig(ClientConfiguration clientConfiguration)
Construct an instance of KinesisRecorderConfig which has default values of maxStorageSize = 5MiB; and the specified ClientConfiguration |
|
KinesisRecorderConfig(KinesisRecorderConfig other)
Creates a copy of the passed in KinesisRecorderConfig |
|
| Method Summary | |
|---|---|
ClientConfiguration |
getClientConfiguration()
Returns the client configuration the Kinesis Recorder will use when making requests to Amazon Kinesis |
long |
getMaxStorageSize()
|
KinesisRecorderConfig |
withMaxStorageSize(long maxStorageSize)
Sets the max storage in bytes that KinesisRecorder is allowed to use. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KinesisRecorderConfig()
public KinesisRecorderConfig(ClientConfiguration clientConfiguration)
clientConfiguration - The client configuration used when making requests to Amazon Kinesispublic KinesisRecorderConfig(KinesisRecorderConfig other)
other - the KinesisRecorderConfig to copy.| Method Detail |
|---|
public KinesisRecorderConfig withMaxStorageSize(long maxStorageSize)
maxStorageSize -
public long getMaxStorageSize()
public ClientConfiguration getClientConfiguration()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||