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