static ExecutorsSummary.Builder |
ExecutorsSummary.builder() |
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorId(String executorId) |
The UUID of the executor.
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorSize(Long executorSize) |
The smallest unit of compute that a session can request from Athena.
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorState(String executorState) |
The processing state of the executor.
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorState(ExecutorState executorState) |
The processing state of the executor.
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorType(String executorType) |
The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorType(ExecutorType executorType) |
The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.startDateTime(Long startDateTime) |
The date and time that the executor started.
|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.terminationDateTime(Long terminationDateTime) |
The date and time that the executor was terminated.
|
ExecutorsSummary.Builder |
ExecutorsSummary.toBuilder() |
|