public static class OutboundClusterConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OutboundClusterConfig |
build() |
OutboundClusterConfig.Builder |
copy(OutboundClusterConfig model) |
OutboundClusterConfig.Builder |
isEnabled(Boolean isEnabled)
Flag to indicate whether outbound cluster configuration is enabled
|
OutboundClusterConfig.Builder |
outboundClusters(List<OutboundClusterSummary> outboundClusters)
List of outbound clusters to be connected to the inbound cluster
|
public OutboundClusterConfig.Builder isEnabled(Boolean isEnabled)
Flag to indicate whether outbound cluster configuration is enabled
isEnabled
- the value to setpublic OutboundClusterConfig.Builder outboundClusters(List<OutboundClusterSummary> outboundClusters)
List of outbound clusters to be connected to the inbound cluster
outboundClusters
- the value to setpublic OutboundClusterConfig build()
public OutboundClusterConfig.Builder copy(OutboundClusterConfig model)
Copyright © 2016–2025. All rights reserved.