@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisParameters extends Object implements Serializable, Cloneable, StructuredPojo
The templated target type for the Amazon Kinesis
PutRecord
API operation.
Constructor and Description |
---|
KinesisParameters() |
Modifier and Type | Method and Description |
---|---|
KinesisParameters |
clone() |
boolean |
equals(Object obj) |
String |
getPartitionKey()
Specifies the shard to which EventBridge Scheduler sends the event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPartitionKey(String partitionKey)
Specifies the shard to which EventBridge Scheduler sends the event.
|
String |
toString()
Returns a string representation of this object.
|
KinesisParameters |
withPartitionKey(String partitionKey)
Specifies the shard to which EventBridge Scheduler sends the event.
|
public void setPartitionKey(String partitionKey)
Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
partitionKey
- Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams
terminology and concepts in the Amazon Kinesis Streams Developer Guide.public String getPartitionKey()
Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
public KinesisParameters withPartitionKey(String partitionKey)
Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
partitionKey
- Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams
terminology and concepts in the Amazon Kinesis Streams Developer Guide.public String toString()
toString
in class Object
Object.toString()
public KinesisParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.