public static final class PubSubSendKeyframeCommand.Builder extends Object implements PubSubDataSetWriterCommand.Builder<PubSubSendKeyframeCommand.Builder>
PubSubSendKeyframeCommand.| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionName |
protected String |
writerGroupName |
protected String |
writerName |
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSendKeyframeCommand |
build()
Returns an instance of
PubSubSendKeyframeCommand with the values given to this builder. |
String |
getConnectionName() |
String |
getWriterGroupName() |
String |
getWriterName() |
PubSubSendKeyframeCommand.Builder |
setConnectionName(String connectionName)
Set the value for
PubSubSendKeyframeCommand.getConnectionName(). |
PubSubSendKeyframeCommand.Builder |
setWriterGroupName(String writerGroupName)
Set the value for
PubSubSendKeyframeCommand.getWriterGroupName(). |
PubSubSendKeyframeCommand.Builder |
setWriterName(String writerName)
Set the value for
PubSubSendKeyframeCommand.getWriterName(). |
protected String connectionName
protected String writerGroupName
protected String writerName
public String getConnectionName()
public String getWriterGroupName()
public String getWriterName()
public PubSubSendKeyframeCommand.Builder setConnectionName(String connectionName)
PubSubSendKeyframeCommand.getConnectionName(). Returns itself for method chaining.public PubSubSendKeyframeCommand.Builder setWriterGroupName(String writerGroupName)
PubSubSendKeyframeCommand.getWriterGroupName(). Returns itself for method chaining.public PubSubSendKeyframeCommand.Builder setWriterName(String writerName)
PubSubSendKeyframeCommand.getWriterName(). Returns itself for method chaining.public PubSubSendKeyframeCommand build()
PubSubSendKeyframeCommand with the values given to this builder.Copyright © 2026. All rights reserved.