| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DevEndpoint |
DevEndpoint.clone() |
DevEndpoint |
GetDevEndpointResult.getDevEndpoint()
A DevEndpoint definition.
|
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)
The private address used by this DevEndpoint.
|
DevEndpoint |
DevEndpoint.withPublicAddress(String publicAddress)
The public VPC address used by this DevEndpoint.
|
DevEndpoint |
DevEndpoint.withPublicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
|
DevEndpoint |
DevEndpoint.withRoleArn(String roleArn)
The AWS ARN of the IAM role used in 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevEndpointsResult.setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint definitions.
|
GetDevEndpointsResult |
GetDevEndpointsResult.withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint definitions.
|
Copyright © 2018. All rights reserved.