static ClusterStatus.Builder |
ClusterStatus.builder() |
|
ClusterStatus.Builder |
ClusterStatus.Builder.errorDetails(Collection<ErrorDetail> errorDetails) |
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
ClusterStatus.Builder |
ClusterStatus.Builder.errorDetails(Consumer<ErrorDetail.Builder>... errorDetails) |
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
ClusterStatus.Builder |
ClusterStatus.Builder.errorDetails(ErrorDetail... errorDetails) |
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
ClusterStatus.Builder |
ClusterStatus.Builder.state(String state) |
The current state of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.Builder.state(ClusterState state) |
The current state of the cluster.
|
default ClusterStatus.Builder |
ClusterStatus.Builder.stateChangeReason(Consumer<ClusterStateChangeReason.Builder> stateChangeReason) |
The reason for the cluster status change.
|
ClusterStatus.Builder |
ClusterStatus.Builder.stateChangeReason(ClusterStateChangeReason stateChangeReason) |
The reason for the cluster status change.
|
default ClusterStatus.Builder |
ClusterStatus.Builder.timeline(Consumer<ClusterTimeline.Builder> timeline) |
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.Builder.timeline(ClusterTimeline timeline) |
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.toBuilder() |
|