@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDevEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDevEndpointResult() |
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointResult |
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 assigned to the new DevEndpoint.
|
String |
getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
|
String |
getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
|
String |
getFailureReason()
The reason for a current failure in this DevEndpoint.
|
Integer |
getNumberOfNodes()
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
String |
getRoleArn()
The AWS ARN of the role assigned to the new DevEndpoint.
|
List<String> |
getSecurityGroupIds()
The security groups assigned to the new DevEndpoint.
|
String |
getStatus()
The current status of the new DevEndpoint.
|
String |
getSubnetId()
The subnet ID assigned to the new DevEndpoint.
|
String |
getVpcId()
The ID of the VPC used by this DevEndpoint.
|
String |
getYarnEndpointAddress()
The address of the YARN endpoint used by this DevEndpoint.
|
Integer |
getZeppelinRemoteSparkInterpreterPort()
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
int |
hashCode() |
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 assigned to the new DevEndpoint.
|
void |
setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
|
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
|
void |
setFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
void |
setRoleArn(String roleArn)
The AWS ARN of the role assigned to the new DevEndpoint.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new DevEndpoint.
|
void |
setStatus(String status)
The current status of the new DevEndpoint.
|
void |
setSubnetId(String subnetId)
The subnet ID assigned to the new DevEndpoint.
|
void |
setVpcId(String vpcId)
The ID of the VPC used by this DevEndpoint.
|
void |
setYarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint 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.
|
CreateDevEndpointResult |
withAvailabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
|
CreateDevEndpointResult |
withCreatedTimestamp(Date createdTimestamp)
The point in time at which this DevEndpoint was created.
|
CreateDevEndpointResult |
withEndpointName(String endpointName)
The name assigned to the new DevEndpoint.
|
CreateDevEndpointResult |
withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
|
CreateDevEndpointResult |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
|
CreateDevEndpointResult |
withFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
|
CreateDevEndpointResult |
withNumberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResult |
withRoleArn(String roleArn)
The AWS ARN of the role assigned to the new DevEndpoint.
|
CreateDevEndpointResult |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new DevEndpoint.
|
CreateDevEndpointResult |
withSecurityGroupIds(String... securityGroupIds)
The security groups assigned to the new DevEndpoint.
|
CreateDevEndpointResult |
withStatus(String status)
The current status of the new DevEndpoint.
|
CreateDevEndpointResult |
withSubnetId(String subnetId)
The subnet ID assigned to the new DevEndpoint.
|
CreateDevEndpointResult |
withVpcId(String vpcId)
The ID of the VPC used by this DevEndpoint.
|
CreateDevEndpointResult |
withYarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this DevEndpoint.
|
CreateDevEndpointResult |
withZeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpointName(String endpointName)
The name assigned to the new DevEndpoint.
endpointName
- The name assigned to the new DevEndpoint.public String getEndpointName()
The name assigned to the new DevEndpoint.
public CreateDevEndpointResult withEndpointName(String endpointName)
The name assigned to the new DevEndpoint.
endpointName
- The name assigned to the new DevEndpoint.public void setStatus(String status)
The current status of the new DevEndpoint.
status
- The current status of the new DevEndpoint.public String getStatus()
The current status of the new DevEndpoint.
public CreateDevEndpointResult withStatus(String status)
The current status of the new DevEndpoint.
status
- The current status of the new DevEndpoint.public List<String> getSecurityGroupIds()
The security groups assigned to the new DevEndpoint.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new DevEndpoint.
securityGroupIds
- The security groups assigned to the new DevEndpoint.public CreateDevEndpointResult withSecurityGroupIds(String... securityGroupIds)
The security groups assigned to the new 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
- The security groups assigned to the new DevEndpoint.public CreateDevEndpointResult withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new DevEndpoint.
securityGroupIds
- The security groups assigned to the new DevEndpoint.public void setSubnetId(String subnetId)
The subnet ID assigned to the new DevEndpoint.
subnetId
- The subnet ID assigned to the new DevEndpoint.public String getSubnetId()
The subnet ID assigned to the new DevEndpoint.
public CreateDevEndpointResult withSubnetId(String subnetId)
The subnet ID assigned to the new DevEndpoint.
subnetId
- The subnet ID assigned to the new DevEndpoint.public void setRoleArn(String roleArn)
The AWS ARN of the role assigned to the new DevEndpoint.
roleArn
- The AWS ARN of the role assigned to the new DevEndpoint.public String getRoleArn()
The AWS ARN of the role assigned to the new DevEndpoint.
public CreateDevEndpointResult withRoleArn(String roleArn)
The AWS ARN of the role assigned to the new DevEndpoint.
roleArn
- The AWS ARN of the role assigned to the new DevEndpoint.public void setYarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this DevEndpoint.
yarnEndpointAddress
- The address of the YARN endpoint used by this DevEndpoint.public String getYarnEndpointAddress()
The address of the YARN endpoint used by this DevEndpoint.
public CreateDevEndpointResult withYarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this DevEndpoint.
yarnEndpointAddress
- The address of the YARN endpoint 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 CreateDevEndpointResult 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 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 CreateDevEndpointResult 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 CreateDevEndpointResult 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 VPC used by this DevEndpoint.
vpcId
- The ID of the VPC used by this DevEndpoint.public String getVpcId()
The ID of the VPC used by this DevEndpoint.
public CreateDevEndpointResult withVpcId(String vpcId)
The ID of the VPC used by this DevEndpoint.
vpcId
- The ID of the VPC used by this DevEndpoint.public void setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.public String getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
public CreateDevEndpointResult withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.public void setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.public String getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
public CreateDevEndpointResult withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that will be loaded in your 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 CreateDevEndpointResult withFailureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
failureReason
- The reason for a current failure in this DevEndpoint.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 CreateDevEndpointResult 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 String toString()
toString
in class Object
Object.toString()
public CreateDevEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.