public static final class ManagementPlaneProperties.Builder
extends java.lang.Object
ManagementPlaneProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ManagementPlaneProperties. |
| Modifier and Type | Method and Description |
|---|---|
ManagementPlaneProperties |
build() |
ManagementPlaneProperties.Builder |
setBrokers(java.util.List<ManagementPlaneBrokerProperties> brokers)
The list of messaging brokers this controller is configured with.
|
ManagementPlaneProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ManagementPlaneProperties.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ManagementPlaneProperties.Builder |
setSecret(java.lang.String secret)
The shared secret to use when autnenticating to the management plane's message
bus.
|
ManagementPlaneProperties.Builder |
setSelf(SelfResourceLink self) |
public Builder()
ManagementPlaneProperties.public ManagementPlaneProperties.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public ManagementPlaneProperties.Builder setSchema(java.lang.String schema)
schema - New value for the property.public ManagementPlaneProperties.Builder setSelf(SelfResourceLink self)
self - New value for the property.public ManagementPlaneProperties.Builder setBrokers(java.util.List<ManagementPlaneBrokerProperties> brokers)
brokers - New value for the property.public ManagementPlaneProperties.Builder setSecret(java.lang.String secret)
secret - New value for the property.public ManagementPlaneProperties build()