public static interface CreateClusterResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<CreateClusterResponse.Builder,CreateClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterResponse.Builder |
clusterId(String clusterId)
The automatically generated ID for a cluster.
|
CreateClusterResponse.Builder |
jobListEntries(Collection<JobListEntry> jobListEntries)
List of jobs created for this cluster.
|
CreateClusterResponse.Builder |
jobListEntries(Consumer<JobListEntry.Builder>... jobListEntries)
List of jobs created for this cluster.
|
CreateClusterResponse.Builder |
jobListEntries(JobListEntry... jobListEntries)
List of jobs created for this cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterResponse.Builder clusterId(String clusterId)
The automatically generated ID for a cluster.
clusterId - The automatically generated ID for a cluster.CreateClusterResponse.Builder jobListEntries(Collection<JobListEntry> jobListEntries)
List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
jobListEntries - List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.CreateClusterResponse.Builder jobListEntries(JobListEntry... jobListEntries)
List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
jobListEntries - List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.CreateClusterResponse.Builder jobListEntries(Consumer<JobListEntry.Builder>... jobListEntries)
List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
This is a convenience method that creates an instance of theJobListEntry.Builder avoiding the need to create one
manually via JobListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #jobListEntries(List.
jobListEntries - a consumer that will call methods on
JobListEntry.Builder#jobListEntries(java.util.Collection) Copyright © 2023. All rights reserved.