public static final class PubSubBrokerAuthConf.Builder extends Object implements PubSubConf.Builder<PubSubBrokerAuthConf.Builder>
PubSubBrokerAuthConf.| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationProfileUri |
protected String |
resourceUri |
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PubSubBrokerAuthConf |
build()
Returns an instance of
PubSubBrokerAuthConf with the values given to this builder. |
String |
getAuthenticationProfileUri() |
String |
getResourceUri() |
PubSubBrokerAuthConf.Builder |
setAuthenticationProfileUri(String authenticationProfileUri)
Set the value for
PubSubBrokerAuthConf.getAuthenticationProfileUri(). |
PubSubBrokerAuthConf.Builder |
setResourceUri(String resourceUri)
Set the value for
PubSubBrokerAuthConf.getResourceUri(). |
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
protected String authenticationProfileUri
protected String resourceUri
public PubSubConfSpecification specification()
PubSubConf.Builderspecification in interface PubSubConf.Builder<PubSubBrokerAuthConf.Builder>public String getAuthenticationProfileUri()
public String getResourceUri()
public PubSubBrokerAuthConf.Builder setAuthenticationProfileUri(String authenticationProfileUri)
PubSubBrokerAuthConf.getAuthenticationProfileUri(). Returns itself for method chaining.public PubSubBrokerAuthConf.Builder setResourceUri(String resourceUri)
PubSubBrokerAuthConf.getResourceUri(). Returns itself for method chaining.public PubSubBrokerAuthConf build()
PubSubBrokerAuthConf with the values given to this builder.build in interface PubSubConf.Builder<PubSubBrokerAuthConf.Builder>Copyright © 2026. All rights reserved.