| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Session.Builder |
Session.builder() |
default Session.Builder |
Session.Builder.command(Consumer<SessionCommand.Builder> command)
The command object.See SessionCommand.
|
Session.Builder |
Session.Builder.command(SessionCommand command)
The command object.See SessionCommand.
|
Session.Builder |
Session.Builder.completedOn(Instant completedOn)
The date and time that this session is completed.
|
Session.Builder |
Session.Builder.connections(ConnectionsList connections)
The number of connections used for the session.
|
default Session.Builder |
Session.Builder.connections(Consumer<ConnectionsList.Builder> connections)
The number of connections used for the session.
|
Session.Builder |
Session.Builder.createdOn(Instant createdOn)
The time and date when the session was created.
|
Session.Builder |
Session.Builder.defaultArguments(Map<String,String> defaultArguments)
A map array of key-value pairs.
|
Session.Builder |
Session.Builder.description(String description)
The description of the session.
|
Session.Builder |
Session.Builder.dpuSeconds(Double dpuSeconds)
The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).
|
Session.Builder |
Session.Builder.errorMessage(String errorMessage)
The error message displayed during the session.
|
Session.Builder |
Session.Builder.executionTime(Double executionTime)
The total time the session ran for.
|
Session.Builder |
Session.Builder.glueVersion(String glueVersion)
The Glue version determines the versions of Apache Spark and Python that Glue supports.
|
Session.Builder |
Session.Builder.id(String id)
The ID of the session.
|
Session.Builder |
Session.Builder.idleTimeout(Integer idleTimeout)
The number of minutes when idle before the session times out.
|
Session.Builder |
Session.Builder.maxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that can be allocated when the job runs.
|
Session.Builder |
Session.Builder.numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
WorkerType to use for the session. |
Session.Builder |
Session.Builder.progress(Double progress)
The code execution progress of the session.
|
Session.Builder |
Session.Builder.role(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.
|
Session.Builder |
Session.Builder.securityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with the session.
|
Session.Builder |
Session.Builder.status(SessionStatus status)
The session status.
|
Session.Builder |
Session.Builder.status(String status)
The session status.
|
Session.Builder |
Session.toBuilder() |
Session.Builder |
Session.Builder.workerType(String workerType)
The type of predefined worker that is allocated when a session runs.
|
Session.Builder |
Session.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a session runs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Session.Builder> |
Session.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.session(Consumer<Session.Builder> session)
The session object is returned in the response.
|
default CreateSessionResponse.Builder |
CreateSessionResponse.Builder.session(Consumer<Session.Builder> session)
Returns the session object in the response.
|
Copyright © 2023. All rights reserved.