BdsInstance.Builder | 
BdsInstance.Builder.bdsClusterVersionSummary(BdsClusterVersionSummary bdsClusterVersionSummary) | 
  | 
BdsInstance.Builder | 
BdsInstance.Builder.bootstrapScriptUrl(String bootstrapScriptUrl) | 
 pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and
executed. 
 | 
static BdsInstance.Builder | 
BdsInstance.builder() | 
 Create a new builder. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.cloudSqlDetails(CloudSqlDetails cloudSqlDetails) | 
  | 
BdsInstance.Builder | 
BdsInstance.Builder.clusterDetails(ClusterDetails clusterDetails) | 
  | 
BdsInstance.Builder | 
BdsInstance.Builder.clusterProfile(BdsInstance.ClusterProfile clusterProfile) | 
 Profile of the Big Data Service cluster. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.clusterVersion(BdsInstance.ClusterVersion clusterVersion) | 
 Version of the Hadoop distribution. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.compartmentId(String compartmentId) | 
 The OCID of the compartment. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.copy(BdsInstance model) | 
  | 
BdsInstance.Builder | 
BdsInstance.Builder.createdBy(String createdBy) | 
 The user who created the cluster. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.definedTags(Map<String,Map<String,Object>> definedTags) | 
 Defined tags for this resource. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.displayName(String displayName) | 
 The name of the cluster. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.freeformTags(Map<String,String> freeformTags) | 
 Simple key-value pair that is applied without any predefined name, type, or scope. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.id(String id) | 
 The OCID of the Big Data Service resource. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.isCloudSqlConfigured(Boolean isCloudSqlConfigured) | 
 Boolean flag specifying whether or not Cloud SQL should be configured. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.isHighAvailability(Boolean isHighAvailability) | 
 Boolean flag specifying whether or not the cluster is highly available (HA) 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.isKafkaConfigured(Boolean isKafkaConfigured) | 
 Boolean flag specifying whether or not Kafka should be configured. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.isSecure(Boolean isSecure) | 
 Boolean flag specifying whether or not the cluster should be set up as secure. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.kmsKeyId(String kmsKeyId) | 
 The OCID of the Key Management master encryption key. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.lifecycleState(BdsInstance.LifecycleState lifecycleState) | 
 The state of the cluster. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.networkConfig(NetworkConfig networkConfig) | 
  | 
BdsInstance.Builder | 
BdsInstance.Builder.nodes(List<Node> nodes) | 
 The list of nodes in the cluster. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.numberOfNodes(Integer numberOfNodes) | 
 Number of nodes that forming the cluster 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.numberOfNodesRequiringMaintenanceReboot(Integer numberOfNodesRequiringMaintenanceReboot) | 
 Number of nodes that require a maintenance reboot 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.timeCreated(Date timeCreated) | 
 The time the cluster was created, shown as an RFC 3339 formatted datetime string. 
 | 
BdsInstance.Builder | 
BdsInstance.Builder.timeUpdated(Date timeUpdated) | 
 The time the cluster was updated, shown as an RFC 3339 formatted datetime string. 
 | 
BdsInstance.Builder | 
BdsInstance.toBuilder() | 
  |