public class KinesisRecorderConfig extends Object
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.public KinesisRecorderConfig withMaxStorageSize(long maxStorageSize)
maxStorageSize - public long getMaxStorageSize()
public ClientConfiguration getClientConfiguration()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.