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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureOutboundClusterDetailsbuild()ConfigureOutboundClusterDetails.Buildercopy(ConfigureOutboundClusterDetails model)ConfigureOutboundClusterDetails.BuilderinboundClusterIds(List<String> inboundClusterIds)List of inbound clusters that will be queried using cross cluster search
 
- 
- 
- 
Method Detail- 
inboundClusterIdspublic 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
 
 - 
buildpublic ConfigureOutboundClusterDetails build() 
 - 
copypublic ConfigureOutboundClusterDetails.Builder copy(ConfigureOutboundClusterDetails model) 
 
- 
 
-