public static class OpensearchClusterInternalDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public OpensearchClusterInternalDetails.Builder state(String state)
The state of the cluster.
state
- the value to setpublic OpensearchClusterInternalDetails.Builder elasticLoadBalancerIps(List<String> elasticLoadBalancerIps)
List of OpenSearch elastic LoadbalancerIps
elasticLoadBalancerIps
- the value to setpublic OpensearchClusterInternalDetails.Builder remoteLoadBalancerIps(List<String> remoteLoadBalancerIps)
List of OpenSearch remote LoadbalancerIps
remoteLoadBalancerIps
- the value to setpublic OpensearchClusterInternalDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic OpensearchClusterInternalDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic OpensearchClusterInternalDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic OpensearchClusterInternalDetails build()
public OpensearchClusterInternalDetails.Builder copy(OpensearchClusterInternalDetails model)
Copyright © 2016–2025. All rights reserved.