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.addArgumentsEntry(String key,
String value) |
CreateDevEndpointRequest |
CreateDevEndpointRequest.addTagsEntry(String key,
String value) |
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)
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 be used by this DevEndpoint for authentication.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints for authentication.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withPublicKeys(String... publicKeys)
A list of public keys to be used by the DevEndpoints 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.
|
Copyright © 2019. All rights reserved.