* The automatically generated ID for a cluster. *
*/ private String clusterId; /** ** List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. *
*/ private java.util.List* The automatically generated ID for a cluster. *
* * @param clusterId * The automatically generated ID for a cluster. */ public void setClusterId(String clusterId) { this.clusterId = clusterId; } /** ** The automatically generated ID for a cluster. *
* * @return The automatically generated ID for a cluster. */ public String getClusterId() { return this.clusterId; } /** ** The automatically generated ID for a cluster. *
* * @param clusterId * The automatically generated ID for a cluster. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateClusterResult withClusterId(String clusterId) { setClusterId(clusterId); return this; } /** ** List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. *
* * @return List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. */ public java.util.List* List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. *
* * @param jobListEntries * List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. */ public void setJobListEntries(java.util.Collection* List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setJobListEntries(java.util.Collection)} or {@link #withJobListEntries(java.util.Collection)} if you want * to override the existing values. *
* * @param jobListEntries * List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateClusterResult withJobListEntries(JobListEntry... jobListEntries) { if (this.jobListEntries == null) { setJobListEntries(new java.util.ArrayList* List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. *
* * @param jobListEntries * List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateClusterResult withJobListEntries(java.util.Collection