public static interface ExecutorsSummary.Builder extends SdkPojo, CopyableBuilder<ExecutorsSummary.Builder,ExecutorsSummary>
| Modifier and Type | Method and Description |
|---|---|
ExecutorsSummary.Builder |
executorId(String executorId)
The UUID of the executor.
|
ExecutorsSummary.Builder |
executorSize(Long executorSize)
The smallest unit of compute that a session can request from Athena.
|
ExecutorsSummary.Builder |
executorState(ExecutorState executorState)
The processing state of the executor.
|
ExecutorsSummary.Builder |
executorState(String executorState)
The processing state of the executor.
|
ExecutorsSummary.Builder |
executorType(ExecutorType executorType)
The type of executor used for the application (
COORDINATOR, GATEWAY, or
WORKER). |
ExecutorsSummary.Builder |
executorType(String executorType)
The type of executor used for the application (
COORDINATOR, GATEWAY, or
WORKER). |
ExecutorsSummary.Builder |
startDateTime(Long startDateTime)
The date and time that the executor started.
|
ExecutorsSummary.Builder |
terminationDateTime(Long terminationDateTime)
The date and time that the executor was terminated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutorsSummary.Builder executorId(String executorId)
The UUID of the executor.
executorId - The UUID of the executor.ExecutorsSummary.Builder executorType(String executorType)
The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).
executorType - The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).ExecutorType,
ExecutorTypeExecutorsSummary.Builder executorType(ExecutorType executorType)
The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).
executorType - The type of executor used for the application (COORDINATOR, GATEWAY, or
WORKER).ExecutorType,
ExecutorTypeExecutorsSummary.Builder startDateTime(Long startDateTime)
The date and time that the executor started.
startDateTime - The date and time that the executor started.ExecutorsSummary.Builder terminationDateTime(Long terminationDateTime)
The date and time that the executor was terminated.
terminationDateTime - The date and time that the executor was terminated.ExecutorsSummary.Builder executorState(String executorState)
The processing state of the executor. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorState - The processing state of the executor. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorState,
ExecutorStateExecutorsSummary.Builder executorState(ExecutorState executorState)
The processing state of the executor. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorState - The processing state of the executor. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorState,
ExecutorStateExecutorsSummary.Builder executorSize(Long executorSize)
The smallest unit of compute that a session can request from Athena. Size is measured in data processing unit (DPU) values, a relative measure of processing power.
executorSize - The smallest unit of compute that a session can request from Athena. Size is measured in data
processing unit (DPU) values, a relative measure of processing power.Copyright © 2023. All rights reserved.