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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundClusterConfig
build()
OutboundClusterConfig.Builder
copy(OutboundClusterConfig model)
OutboundClusterConfig.Builder
isEnabled(Boolean isEnabled)
Flag to indicate whether outbound cluster configuration is enabledOutboundClusterConfig.Builder
outboundClusters(List<OutboundClusterSummary> outboundClusters)
List of outbound clusters to be connected to the inbound cluster
-
-
-
Method Detail
-
isEnabled
public OutboundClusterConfig.Builder isEnabled(Boolean isEnabled)
Flag to indicate whether outbound cluster configuration is enabled- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
outboundClusters
public 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
-
build
public OutboundClusterConfig build()
-
copy
public OutboundClusterConfig.Builder copy(OutboundClusterConfig model)
-
-