Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateSessionResult> |
AWSGlueAsyncClient.createSessionAsync(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler) |
Future<CreateSessionResult> |
AbstractAWSGlueAsync.createSessionAsync(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler) |
Future<CreateSessionResult> |
AWSGlueAsync.createSessionAsync(CreateSessionRequest createSessionRequest,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler)
Creates a new session.
|
Modifier and Type | Method and Description |
---|---|
CreateSessionRequest |
CreateSessionRequest.addDefaultArgumentsEntry(String key,
String value)
Add a single DefaultArguments entry
|
CreateSessionRequest |
CreateSessionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSessionRequest |
CreateSessionRequest.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
CreateSessionRequest |
CreateSessionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSessionRequest |
CreateSessionRequest.clone() |
CreateSessionRequest |
CreateSessionRequest.withCommand(SessionCommand command)
The
SessionCommand that runs the job. |
CreateSessionRequest |
CreateSessionRequest.withConnections(ConnectionsList connections)
The number of connections to use for the session.
|
CreateSessionRequest |
CreateSessionRequest.withDefaultArguments(Map<String,String> defaultArguments)
A map array of key-value pairs.
|
CreateSessionRequest |
CreateSessionRequest.withDescription(String description)
The description of the session.
|
CreateSessionRequest |
CreateSessionRequest.withGlueVersion(String glueVersion)
The Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
CreateSessionRequest |
CreateSessionRequest.withId(String id)
The ID of the session request.
|
CreateSessionRequest |
CreateSessionRequest.withIdleTimeout(Integer idleTimeout)
The number of seconds when idle before request times out.
|
CreateSessionRequest |
CreateSessionRequest.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when the job runs.
|
CreateSessionRequest |
CreateSessionRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers to use for the session.
|
CreateSessionRequest |
CreateSessionRequest.withRequestOrigin(String requestOrigin)
The origin of the request.
|
CreateSessionRequest |
CreateSessionRequest.withRole(String role)
The IAM Role ARN
|
CreateSessionRequest |
CreateSessionRequest.withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with the session
|
CreateSessionRequest |
CreateSessionRequest.withTags(Map<String,String> tags)
The map of key value pairs (tags) belonging to the session.
|
CreateSessionRequest |
CreateSessionRequest.withTimeout(Integer timeout)
The number of seconds before request times out.
|
CreateSessionRequest |
CreateSessionRequest.withWorkerType(String workerType)
The Worker Type.
|
CreateSessionRequest |
CreateSessionRequest.withWorkerType(WorkerType workerType)
The Worker Type.
|
Copyright © 2022. All rights reserved.