All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.edmunds.rest.databricks.DTO.UpsertClusterDTO Maven / Gradle / Ivy

package com.edmunds.rest.databricks.DTO;

import com.edmunds.rest.databricks.DTO.jobs.NewClusterDTO;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import lombok.Data;

/**
 *
 */
@Data
public class UpsertClusterDTO extends NewClusterDTO implements Serializable {

  @JsonProperty("cluster_id")
  private String clusterId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy