Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointResult |
AWSGlueClient.createDevEndpoint(CreateDevEndpointRequest request)
Creates a new development endpoint.
|
CreateDevEndpointResult |
AWSGlue.createDevEndpoint(CreateDevEndpointRequest createDevEndpointRequest)
Creates a new development endpoint.
|
CreateDevEndpointResult |
AbstractAWSGlue.createDevEndpoint(CreateDevEndpointRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateDevEndpointResult> |
AWSGlueAsyncClient.createDevEndpointAsync(CreateDevEndpointRequest request,
AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointResult |
CreateDevEndpointResult.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
CreateDevEndpointResult |
CreateDevEndpointResult.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
CreateDevEndpointResult |
CreateDevEndpointResult.clone() |
CreateDevEndpointResult |
CreateDevEndpointResult.withArguments(Map<String,String> arguments)
The map of arguments used to configure this
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withAvailabilityZone(String availabilityZone)
The AWS Availability Zone where this
DevEndpoint is located. |
CreateDevEndpointResult |
CreateDevEndpointResult.withCreatedTimestamp(Date createdTimestamp)
The point in time at which this
DevEndpoint was created. |
CreateDevEndpointResult |
CreateDevEndpointResult.withEndpointName(String endpointName)
The name assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java
.jar files in an S3 bucket that will be loaded in your
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an S3 bucket that will be loaded in your
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withFailureReason(String failureReason)
The reason for a current failure in this
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateDevEndpointResult |
CreateDevEndpointResult.withNumberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResult |
CreateDevEndpointResult.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
CreateDevEndpointResult |
CreateDevEndpointResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure being used with this DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withSecurityGroupIds(String... securityGroupIds)
The security groups assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withStatus(String status)
The current status of the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withSubnetId(String subnetId)
The subnet ID assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResult |
CreateDevEndpointResult.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResult |
CreateDevEndpointResult.withYarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this
DevEndpoint . |
CreateDevEndpointResult |
CreateDevEndpointResult.withZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
Copyright © 2022. All rights reserved.