Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDevEndpointResult> |
AbstractAWSGlueAsync.createDevEndpointAsync(CreateDevEndpointRequest request,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler) |
Future<CreateDevEndpointResult> |
AWSGlueAsync.createDevEndpointAsync(CreateDevEndpointRequest createDevEndpointRequest,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler)
Creates a new development endpoint.
|
Future<CreateDevEndpointResult> |
AWSGlueAsyncClient.createDevEndpointAsync(CreateDevEndpointRequest request,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointRequest |
CreateDevEndpointRequest.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.clone() |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withArguments(Map<String,String> arguments)
A map of arguments used to configure the
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withEndpointName(String endpointName)
The name to be assigned to the new
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) to allocate to this
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the development endpoints for authentication.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKeys(String... publicKeys)
A list of public keys to be used by the development endpoints for authentication.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withRoleArn(String roleArn)
The IAM role for the
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new
DevEndpoint . |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withSubnetId(String subnetId)
The subnet ID for the new
DevEndpoint to use. |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withTags(Map<String,String> tags)
The tags to use with this DevEndpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
Copyright © 2021. All rights reserved.