@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DevEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
A development endpoint where a developer can remotely debug ETL scripts.
Constructor and Description |
---|
DevEndpoint() |
Modifier and Type | Method and Description |
---|---|
DevEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The AWS availability zone where this DevEndpoint is located.
|
Date |
getCreatedTimestamp()
The point in time at which this DevEndpoint was created.
|
String |
getEndpointName()
The name of the DevEndpoint.
|
String |
getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
getFailureReason()
The reason for a current failure in this DevEndpoint.
|
Date |
getLastModifiedTimestamp()
The point in time at which this DevEndpoint was last modified.
|
String |
getLastUpdateStatus()
The status of the last update.
|
Integer |
getNumberOfNodes()
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
String |
getPublicAddress()
The public address used by this DevEndpoint.
|
String |
getPublicKey()
The public key to be used by this DevEndpoint for authentication.
|
String |
getRoleArn()
The AWS ARN of the IAM role used in this DevEndpoint.
|
List<String> |
getSecurityGroupIds()
A list of security group identifiers used in this DevEndpoint.
|
String |
getStatus()
The current status of this DevEndpoint.
|
String |
getSubnetId()
The subnet ID for this DevEndpoint.
|
String |
getVpcId()
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
|
String |
getYarnEndpointAddress()
The YARN endpoint address used by this DevEndpoint.
|
Integer |
getZeppelinRemoteSparkInterpreterPort()
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
|
void |
setEndpointName(String endpointName)
The name of the DevEndpoint.
|
void |
setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
|
void |
setLastUpdateStatus(String lastUpdateStatus)
The status of the last update.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
void |
setPublicAddress(String publicAddress)
The public address used by this DevEndpoint.
|
void |
setPublicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
|
void |
setRoleArn(String roleArn)
The AWS ARN of the IAM role used in this DevEndpoint.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
|
void |
setStatus(String status)
The current status of this DevEndpoint.
|
void |
setSubnetId(String subnetId)
The subnet ID for this DevEndpoint.
|
void |
setVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
|
void |
setYarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
|
void |
setZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DevEndpoint |
withAvailabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
|
DevEndpoint |
withCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
|
DevEndpoint |
withEndpointName(String endpointName)
The name of the DevEndpoint.
|
DevEndpoint |
withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your 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 |
withFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
|
DevEndpoint |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
|
DevEndpoint |
withLastUpdateStatus(String lastUpdateStatus)
The status of the last update.
|
DevEndpoint |
withNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
DevEndpoint |
withPublicAddress(String publicAddress)
The public address used by this DevEndpoint.
|
DevEndpoint |
withPublicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
|
DevEndpoint |
withRoleArn(String roleArn)
The AWS ARN of the IAM role used in this DevEndpoint.
|
DevEndpoint |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
|
DevEndpoint |
withSecurityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
|
DevEndpoint |
withStatus(String status)
The current status of this DevEndpoint.
|
DevEndpoint |
withSubnetId(String subnetId)
The subnet ID for this DevEndpoint.
|
DevEndpoint |
withVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
|
DevEndpoint |
withYarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
|
DevEndpoint |
withZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
public void setEndpointName(String endpointName)
The name of the DevEndpoint.
endpointName
- The name of the DevEndpoint.public String getEndpointName()
The name of the DevEndpoint.
public DevEndpoint withEndpointName(String endpointName)
The name of the DevEndpoint.
endpointName
- The name of the DevEndpoint.public void setRoleArn(String roleArn)
The AWS ARN of the IAM role used in this DevEndpoint.
roleArn
- The AWS ARN of the IAM role used in this DevEndpoint.public String getRoleArn()
The AWS ARN of the IAM role used in this DevEndpoint.
public DevEndpoint withRoleArn(String roleArn)
The AWS ARN of the IAM role used in this DevEndpoint.
roleArn
- The AWS ARN of the IAM role used in this DevEndpoint.public List<String> getSecurityGroupIds()
A list of security group identifiers used in this DevEndpoint.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
securityGroupIds
- A list of security group identifiers used in this DevEndpoint.public DevEndpoint withSecurityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- A list of security group identifiers used in this DevEndpoint.public DevEndpoint withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
securityGroupIds
- A list of security group identifiers used in this DevEndpoint.public void setSubnetId(String subnetId)
The subnet ID for this DevEndpoint.
subnetId
- The subnet ID for this DevEndpoint.public String getSubnetId()
The subnet ID for this DevEndpoint.
public DevEndpoint withSubnetId(String subnetId)
The subnet ID for this DevEndpoint.
subnetId
- The subnet ID for this DevEndpoint.public void setYarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
yarnEndpointAddress
- The YARN endpoint address used by this DevEndpoint.public String getYarnEndpointAddress()
The YARN endpoint address used by this DevEndpoint.
public DevEndpoint withYarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
yarnEndpointAddress
- The YARN endpoint address used by this DevEndpoint.public void setZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
zeppelinRemoteSparkInterpreterPort
- The Apache Zeppelin port for the remote Apache Spark interpreter.public Integer getZeppelinRemoteSparkInterpreterPort()
The Apache Zeppelin port for the remote Apache Spark interpreter.
public DevEndpoint withZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
zeppelinRemoteSparkInterpreterPort
- The Apache Zeppelin port for the remote Apache Spark interpreter.public void setPublicAddress(String publicAddress)
The public address used by this DevEndpoint.
publicAddress
- The public address used by this DevEndpoint.public String getPublicAddress()
The public address used by this DevEndpoint.
public DevEndpoint withPublicAddress(String publicAddress)
The public address used by this DevEndpoint.
publicAddress
- The public address used by this DevEndpoint.public void setStatus(String status)
The current status of this DevEndpoint.
status
- The current status of this DevEndpoint.public String getStatus()
The current status of this DevEndpoint.
public DevEndpoint withStatus(String status)
The current status of this DevEndpoint.
status
- The current status of this DevEndpoint.public void setNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
numberOfNodes
- The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.public Integer getNumberOfNodes()
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
public DevEndpoint withNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
numberOfNodes
- The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.public void setAvailabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
availabilityZone
- The AWS availability zone where this DevEndpoint is located.public String getAvailabilityZone()
The AWS availability zone where this DevEndpoint is located.
public DevEndpoint withAvailabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
availabilityZone
- The AWS availability zone where this DevEndpoint is located.public void setVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
vpcId
- The ID of the virtual private cloud (VPC) used by this DevEndpoint.public String getVpcId()
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
public DevEndpoint withVpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
vpcId
- The ID of the virtual private cloud (VPC) used by this DevEndpoint.public void setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public String getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public DevEndpoint withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public void setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public String getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public DevEndpoint withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public void setFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
failureReason
- The reason for a current failure in this DevEndpoint.public String getFailureReason()
The reason for a current failure in this DevEndpoint.
public DevEndpoint withFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
failureReason
- The reason for a current failure in this DevEndpoint.public void setLastUpdateStatus(String lastUpdateStatus)
The status of the last update.
lastUpdateStatus
- The status of the last update.public String getLastUpdateStatus()
The status of the last update.
public DevEndpoint withLastUpdateStatus(String lastUpdateStatus)
The status of the last update.
lastUpdateStatus
- The status of the last update.public void setCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
createdTimestamp
- The point in time at which this DevEndpoint was created.public Date getCreatedTimestamp()
The point in time at which this DevEndpoint was created.
public DevEndpoint withCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
createdTimestamp
- The point in time at which this DevEndpoint was created.public void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
lastModifiedTimestamp
- The point in time at which this DevEndpoint was last modified.public Date getLastModifiedTimestamp()
The point in time at which this DevEndpoint was last modified.
public DevEndpoint withLastModifiedTimestamp(Date lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
lastModifiedTimestamp
- The point in time at which this DevEndpoint was last modified.public void setPublicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
publicKey
- The public key to be used by this DevEndpoint for authentication.public String getPublicKey()
The public key to be used by this DevEndpoint for authentication.
public DevEndpoint withPublicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
publicKey
- The public key to be used by this DevEndpoint for authentication.public String toString()
toString
in class Object
Object.toString()
public DevEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.