| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DevEndpoint |
DevEndpoint.addArgumentsEntry(String key,
String value) |
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)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpoint |
DevEndpoint.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an 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.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 AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
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 AWS 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.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 © 2019. All rights reserved.