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