Cluster.Builder |
Cluster.Builder.arn(String arn) |
The unique Amazon Resource Name (ARN) of the cluster.
|
static Cluster.Builder |
Cluster.builder() |
|
Cluster.Builder |
Cluster.Builder.createdAt(Instant createdAt) |
The date and time the resource was created.
|
Cluster.Builder |
Cluster.Builder.endpoints(Collection<Endpoint> endpoints) |
The list of endpoints available for interaction with the scheduler.
|
Cluster.Builder |
Cluster.Builder.endpoints(Consumer<Endpoint.Builder>... endpoints) |
The list of endpoints available for interaction with the scheduler.
|
Cluster.Builder |
Cluster.Builder.endpoints(Endpoint... endpoints) |
The list of endpoints available for interaction with the scheduler.
|
Cluster.Builder |
Cluster.Builder.errorInfo(Collection<ErrorInfo> errorInfo) |
The list of errors that occurred during cluster provisioning.
|
Cluster.Builder |
Cluster.Builder.errorInfo(Consumer<ErrorInfo.Builder>... errorInfo) |
The list of errors that occurred during cluster provisioning.
|
Cluster.Builder |
Cluster.Builder.errorInfo(ErrorInfo... errorInfo) |
The list of errors that occurred during cluster provisioning.
|
Cluster.Builder |
Cluster.Builder.id(String id) |
The generated unique ID of the cluster.
|
Cluster.Builder |
Cluster.Builder.modifiedAt(Instant modifiedAt) |
The date and time the resource was modified.
|
Cluster.Builder |
Cluster.Builder.name(String name) |
The name that identifies the cluster.
|
default Cluster.Builder |
Cluster.Builder.networking(Consumer<Networking.Builder> networking) |
Sets the value of the Networking property for this object.
|
Cluster.Builder |
Cluster.Builder.networking(Networking networking) |
Sets the value of the Networking property for this object.
|
default Cluster.Builder |
Cluster.Builder.scheduler(Consumer<Scheduler.Builder> scheduler) |
Sets the value of the Scheduler property for this object.
|
Cluster.Builder |
Cluster.Builder.scheduler(Scheduler scheduler) |
Sets the value of the Scheduler property for this object.
|
Cluster.Builder |
Cluster.Builder.size(String size) |
The size of the cluster.
|
Cluster.Builder |
Cluster.Builder.size(Size size) |
The size of the cluster.
|
default Cluster.Builder |
Cluster.Builder.slurmConfiguration(Consumer<ClusterSlurmConfiguration.Builder> slurmConfiguration) |
Additional options related to the Slurm scheduler.
|
Cluster.Builder |
Cluster.Builder.slurmConfiguration(ClusterSlurmConfiguration slurmConfiguration) |
Additional options related to the Slurm scheduler.
|
Cluster.Builder |
Cluster.Builder.status(String status) |
The provisioning status of the cluster.
|
Cluster.Builder |
Cluster.Builder.status(ClusterStatus status) |
The provisioning status of the cluster.
|
Cluster.Builder |
Cluster.toBuilder() |
|