Package com.oracle.bmc.opensearch.model
Class ConfigureOutboundClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opensearch.model.ConfigureOutboundClusterDetails.Builder
-
- Enclosing class:
- ConfigureOutboundClusterDetails
public static class ConfigureOutboundClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureOutboundClusterDetails
build()
ConfigureOutboundClusterDetails.Builder
copy(ConfigureOutboundClusterDetails model)
ConfigureOutboundClusterDetails.Builder
inboundClusterIds(List<String> inboundClusterIds)
List of inbound clusters that will be queried using cross cluster search
-
-
-
Method Detail
-
inboundClusterIds
public ConfigureOutboundClusterDetails.Builder inboundClusterIds(List<String> inboundClusterIds)
List of inbound clusters that will be queried using cross cluster search- Parameters:
inboundClusterIds
- the value to set- Returns:
- this builder
-
build
public ConfigureOutboundClusterDetails build()
-
copy
public ConfigureOutboundClusterDetails.Builder copy(ConfigureOutboundClusterDetails model)
-
-