| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.addDefaultArgumentsEntry(String key,
String value)
Add a single DefaultArguments entry
|
Session |
Session.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
Session |
Session.clone() |
Session |
CreateSessionResult.getSession()
Returns the session object in the response.
|
Session |
GetSessionResult.getSession()
The session object is returned in the response.
|
Session |
Session.withCommand(SessionCommand command)
The command object.See SessionCommand.
|
Session |
Session.withConnections(ConnectionsList connections)
The number of connections used for the session.
|
Session |
Session.withCreatedOn(Date createdOn)
The time and date when the session was created.
|
Session |
Session.withDefaultArguments(Map<String,String> defaultArguments)
A map array of key-value pairs.
|
Session |
Session.withDescription(String description)
The description of the session.
|
Session |
Session.withErrorMessage(String errorMessage)
The error message displayed during the session.
|
Session |
Session.withGlueVersion(String glueVersion)
The Glue version determines the versions of Apache Spark and Python that Glue supports.
|
Session |
Session.withId(String id)
The ID of the session.
|
Session |
Session.withMaxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that can be allocated when the job runs.
|
Session |
Session.withProgress(Double progress)
The code execution progress of the session.
|
Session |
Session.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.
|
Session |
Session.withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with the session.
|
Session |
Session.withStatus(SessionStatus status)
The session status.
|
Session |
Session.withStatus(String status)
The session status.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
ListSessionsResult.getSessions()
Returns the session object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSessionResult.setSession(Session session)
Returns the session object in the response.
|
void |
GetSessionResult.setSession(Session session)
The session object is returned in the response.
|
CreateSessionResult |
CreateSessionResult.withSession(Session session)
Returns the session object in the response.
|
GetSessionResult |
GetSessionResult.withSession(Session session)
The session object is returned in the response.
|
ListSessionsResult |
ListSessionsResult.withSessions(Session... sessions)
Returns the session object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionsResult.setSessions(Collection<Session> sessions)
Returns the session object.
|
ListSessionsResult |
ListSessionsResult.withSessions(Collection<Session> sessions)
Returns the session object.
|
Copyright © 2023. All rights reserved.