Package com.oracle.bmc.opensearch.model
Class OutboundClusterConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.OutboundClusterConfig.Builder
 
- 
- Enclosing class:
- OutboundClusterConfig
 
 public static class OutboundClusterConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundClusterConfigbuild()OutboundClusterConfig.Buildercopy(OutboundClusterConfig model)OutboundClusterConfig.BuilderisEnabled(Boolean isEnabled)Flag to indicate whether outbound cluster configuration is enabledOutboundClusterConfig.BuilderoutboundClusters(List<OutboundClusterSummary> outboundClusters)List of outbound clusters to be connected to the inbound cluster
 
- 
- 
- 
Method Detail- 
isEnabledpublic OutboundClusterConfig.Builder isEnabled(Boolean isEnabled) Flag to indicate whether outbound cluster configuration is enabled- Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
outboundClusterspublic OutboundClusterConfig.Builder outboundClusters(List<OutboundClusterSummary> outboundClusters) List of outbound clusters to be connected to the inbound cluster- Parameters:
- outboundClusters- the value to set
- Returns:
- this builder
 
 - 
buildpublic OutboundClusterConfig build() 
 - 
copypublic OutboundClusterConfig.Builder copy(OutboundClusterConfig model) 
 
- 
 
-