| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDevEndpointResponse |
GlueClient.createDevEndpoint(Consumer<CreateDevEndpointRequest.Builder> createDevEndpointRequest)
Creates a new development endpoint.
|
default CompletableFuture<CreateDevEndpointResponse> |
GlueAsyncClient.createDevEndpoint(Consumer<CreateDevEndpointRequest.Builder> createDevEndpointRequest)
Creates a new development endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.arguments(Map<String,String> arguments)
A map of arguments used to configure the
DevEndpoint. |
static CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.builder() |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.endpointName(String endpointName)
The name to be assigned to the new
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.glueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.numberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) to allocate to this
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.publicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.publicKeys(Collection<String> publicKeys)
A list of public keys to be used by the development endpoints for authentication.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.publicKeys(String... publicKeys)
A list of public keys to be used by the development endpoints for authentication.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.roleArn(String roleArn)
The IAM role for the
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.securityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new
DevEndpoint. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.subnetId(String subnetId)
The subnet ID for the new
DevEndpoint to use. |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.tags(Map<String,String> tags)
The tags to use with this DevEndpoint.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.toBuilder() |
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.workerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDevEndpointRequest.Builder> |
CreateDevEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.