| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DevEndpoint |
DevEndpoint.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
DevEndpoint |
DevEndpoint.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
DevEndpoint |
DevEndpoint.clone() |
DevEndpoint |
GetDevEndpointResult.getDevEndpoint()
A
DevEndpoint definition. |
DevEndpoint |
DevEndpoint.withArguments(Map<String,String> arguments)
A map of arguments used to configure the
DevEndpoint. |
DevEndpoint |
DevEndpoint.withAvailabilityZone(String availabilityZone)
The AWS Availability Zone where this
DevEndpoint is located. |
DevEndpoint |
DevEndpoint.withCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
|
DevEndpoint |
DevEndpoint.withEndpointName(String endpointName)
The name of the
DevEndpoint. |
DevEndpoint |
DevEndpoint.withExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpoint |
DevEndpoint.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpoint |
DevEndpoint.withFailureReason(String failureReason)
The reason for a current failure in this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
DevEndpoint |
DevEndpoint.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The point in time at which this
DevEndpoint was last modified. |
DevEndpoint |
DevEndpoint.withLastUpdateStatus(String lastUpdateStatus)
The status of the last update.
|
DevEndpoint |
DevEndpoint.withNumberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
DevEndpoint |
DevEndpoint.withPrivateAddress(String privateAddress)
A private IP address to access the
DevEndpoint within a VPC if the DevEndpoint is
created within one. |
DevEndpoint |
DevEndpoint.withPublicAddress(String publicAddress)
The public IP address used by this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withPublicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
DevEndpoint |
DevEndpoint.withPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint |
DevEndpoint.withPublicKeys(String... publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint |
DevEndpoint.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this DevEndpoint. |
DevEndpoint |
DevEndpoint.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withSecurityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withStatus(String status)
The current status of this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withSubnetId(String subnetId)
The subnet ID for this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
DevEndpoint |
DevEndpoint.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
DevEndpoint |
DevEndpoint.withYarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this
DevEndpoint. |
DevEndpoint |
DevEndpoint.withZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevEndpoint> |
GetDevEndpointsResult.getDevEndpoints()
A list of
DevEndpoint definitions. |
List<DevEndpoint> |
BatchGetDevEndpointsResult.getDevEndpoints()
A list of
DevEndpoint definitions. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevEndpointResult.setDevEndpoint(DevEndpoint devEndpoint)
A
DevEndpoint definition. |
GetDevEndpointResult |
GetDevEndpointResult.withDevEndpoint(DevEndpoint devEndpoint)
A
DevEndpoint definition. |
GetDevEndpointsResult |
GetDevEndpointsResult.withDevEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevEndpointsResult.setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
void |
BatchGetDevEndpointsResult.setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
GetDevEndpointsResult |
GetDevEndpointsResult.withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
Copyright © 2021. All rights reserved.