@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKinesisStreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Enables updating the configuration for Kinesis Streaming.
Constructor and Description |
---|
UpdateKinesisStreamingConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateKinesisStreamingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getApproximateCreationDateTimePrecision()
Enables updating the precision of Kinesis data stream timestamp.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKinesisStreamingConfiguration |
withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
|
UpdateKinesisStreamingConfiguration |
withApproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
|
public void setApproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
approximateCreationDateTimePrecision
- Enables updating the precision of Kinesis data stream timestamp.ApproximateCreationDateTimePrecision
public String getApproximateCreationDateTimePrecision()
Enables updating the precision of Kinesis data stream timestamp.
ApproximateCreationDateTimePrecision
public UpdateKinesisStreamingConfiguration withApproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
approximateCreationDateTimePrecision
- Enables updating the precision of Kinesis data stream timestamp.ApproximateCreationDateTimePrecision
public UpdateKinesisStreamingConfiguration withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
approximateCreationDateTimePrecision
- Enables updating the precision of Kinesis data stream timestamp.ApproximateCreationDateTimePrecision
public String toString()
toString
in class Object
Object.toString()
public UpdateKinesisStreamingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.