Uses of Class
com.oracle.bmc.opensearch.model.OutboundClusterConfig.Builder
-
Packages that use OutboundClusterConfig.Builder Package Description com.oracle.bmc.opensearch.model -
-
Uses of OutboundClusterConfig.Builder in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OutboundClusterConfig.Builder Modifier and Type Method Description static OutboundClusterConfig.Builder
OutboundClusterConfig. builder()
Create a new builder.OutboundClusterConfig.Builder
OutboundClusterConfig.Builder. copy(OutboundClusterConfig model)
OutboundClusterConfig.Builder
OutboundClusterConfig.Builder. isEnabled(Boolean isEnabled)
Flag to indicate whether outbound cluster configuration is enabledOutboundClusterConfig.Builder
OutboundClusterConfig.Builder. outboundClusters(List<OutboundClusterSummary> outboundClusters)
List of outbound clusters to be connected to the inbound clusterOutboundClusterConfig.Builder
OutboundClusterConfig. toBuilder()
-