Uses of Interface
software.amazon.awssdk.services.snowball.model.CreateClusterResponse.Builder
-
Packages that use CreateClusterResponse.Builder Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of CreateClusterResponse.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return CreateClusterResponse.Builder Modifier and Type Method Description static CreateClusterResponse.BuilderCreateClusterResponse. builder()CreateClusterResponse.BuilderCreateClusterResponse.Builder. clusterId(String clusterId)The automatically generated ID for a cluster.CreateClusterResponse.BuilderCreateClusterResponse.Builder. jobListEntries(Collection<JobListEntry> jobListEntries)List of jobs created for this cluster.CreateClusterResponse.BuilderCreateClusterResponse.Builder. jobListEntries(Consumer<JobListEntry.Builder>... jobListEntries)List of jobs created for this cluster.CreateClusterResponse.BuilderCreateClusterResponse.Builder. jobListEntries(JobListEntry... jobListEntries)List of jobs created for this cluster.CreateClusterResponse.BuilderCreateClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type CreateClusterResponse.Builder Modifier and Type Method Description static Class<? extends CreateClusterResponse.Builder>CreateClusterResponse. serializableBuilderClass()
-