Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDevEndpointResult> |
AWSGlueAsyncClient.createDevEndpointAsync(CreateDevEndpointRequest request,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler) |
Future<CreateDevEndpointResult> |
AWSGlueAsync.createDevEndpointAsync(CreateDevEndpointRequest createDevEndpointRequest,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler)
Creates a new DevEndpoint.
|
Future<CreateDevEndpointResult> |
AbstractAWSGlueAsync.createDevEndpointAsync(CreateDevEndpointRequest request,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointRequest |
CreateDevEndpointRequest.clone() |
CreateDevEndpointRequest |
CreateDevEndpointRequest.withEndpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKey(String publicKey)
The public key to use for authentication.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withRoleArn(String roleArn)
The IAM role for the 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.
|
Copyright © 2017. All rights reserved.