| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DevEndpoint.Builder |
DevEndpoint.Builder.arguments(Map<String,String> arguments)
A map of arguments used to configure the
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.availabilityZone(String availabilityZone)
The Amazon Web Services Availability Zone where this
DevEndpoint is located. |
static DevEndpoint.Builder |
DevEndpoint.builder() |
DevEndpoint.Builder |
DevEndpoint.Builder.createdTimestamp(Instant createdTimestamp)
The point in time at which this DevEndpoint was created.
|
DevEndpoint.Builder |
DevEndpoint.Builder.endpointName(String endpointName)
The name of the
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.failureReason(String failureReason)
The reason for a current failure in this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.glueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
DevEndpoint.Builder |
DevEndpoint.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp)
The point in time at which this
DevEndpoint was last modified. |
DevEndpoint.Builder |
DevEndpoint.Builder.lastUpdateStatus(String lastUpdateStatus)
The status of the last update.
|
DevEndpoint.Builder |
DevEndpoint.Builder.numberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.privateAddress(String privateAddress)
A private IP address to access the
DevEndpoint within a VPC if the DevEndpoint is
created within one. |
DevEndpoint.Builder |
DevEndpoint.Builder.publicAddress(String publicAddress)
The public IP address used by this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.publicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
DevEndpoint.Builder |
DevEndpoint.Builder.publicKeys(Collection<String> publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint.Builder |
DevEndpoint.Builder.publicKeys(String... publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint.Builder |
DevEndpoint.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.securityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.securityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.status(String status)
The current status of this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.subnetId(String subnetId)
The subnet ID for this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.toBuilder() |
DevEndpoint.Builder |
DevEndpoint.Builder.vpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.workerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
DevEndpoint.Builder |
DevEndpoint.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
DevEndpoint.Builder |
DevEndpoint.Builder.yarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this
DevEndpoint. |
DevEndpoint.Builder |
DevEndpoint.Builder.zeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DevEndpoint.Builder> |
DevEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDevEndpointResponse.Builder |
GetDevEndpointResponse.Builder.devEndpoint(Consumer<DevEndpoint.Builder> devEndpoint)
A
DevEndpoint definition. |
Copyright © 2023. All rights reserved.