@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 |
addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
CreateDevEndpointResult |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
CreateDevEndpointResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getArguments()
The map of arguments used to configure this
DevEndpoint . |
String |
getAvailabilityZone()
The Amazon Web Services 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
.jar files in an S3 bucket that will be loaded in your
DevEndpoint . |
String |
getExtraPythonLibsS3Path()
The paths 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 . |
String |
getGlueVersion()
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
Integer |
getNumberOfNodes()
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
Integer |
getNumberOfWorkers()
The number of workers of a defined
workerType that are allocated to the development endpoint. |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role assigned to the new
DevEndpoint . |
String |
getSecurityConfiguration()
The name of the
SecurityConfiguration structure being used with this 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 virtual private cloud (VPC) used by this
DevEndpoint . |
String |
getWorkerType()
The type of predefined worker that is allocated to the development endpoint.
|
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 |
setArguments(Map<String,String> arguments)
The map of arguments used to configure this
DevEndpoint . |
void |
setAvailabilityZone(String availabilityZone)
The Amazon Web Services 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
.jar files in an S3 bucket that will be loaded in your
DevEndpoint . |
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths 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 |
setGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
void |
setNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assigned to the new
DevEndpoint . |
void |
setSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure being used with this 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 virtual private cloud (VPC) used by this
DevEndpoint . |
void |
setWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
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.
|
CreateDevEndpointResult |
withArguments(Map<String,String> arguments)
The map of arguments used to configure this
DevEndpoint . |
CreateDevEndpointResult |
withAvailabilityZone(String availabilityZone)
The Amazon Web Services 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
.jar files in an S3 bucket that will be loaded in your
DevEndpoint . |
CreateDevEndpointResult |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths 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 |
withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateDevEndpointResult |
withNumberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResult |
withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
CreateDevEndpointResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assigned to the new
DevEndpoint . |
CreateDevEndpointResult |
withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure being used with this 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 virtual private cloud (VPC) used by this
DevEndpoint . |
CreateDevEndpointResult |
withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResult |
withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
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
.
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
.
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
.
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
.
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 Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint
.
roleArn
- The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint
.public String getRoleArn()
The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint
.
DevEndpoint
.public CreateDevEndpointResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint
.
roleArn
- The Amazon Resource Name (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
.
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 Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
numberOfNodes
- The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.public Integer getNumberOfNodes()
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
public CreateDevEndpointResult withNumberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
numberOfNodes
- The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.public void setWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
workerType
- The type of predefined worker that is allocated to the development endpoint. May be a value of Standard,
G.1X, or G.2X.WorkerType
public String getWorkerType()
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
WorkerType
public CreateDevEndpointResult withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
workerType
- The type of predefined worker that is allocated to the development endpoint. May be a value of Standard,
G.1X, or G.2X.WorkerType
public CreateDevEndpointResult withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
workerType
- The type of predefined worker that is allocated to the development endpoint. May be a value of Standard,
G.1X, or G.2X.WorkerType
public void setGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
glueVersion
- Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version
indicates the version supported for running your ETL scripts on development endpoints.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
public String getGlueVersion()
Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
public CreateDevEndpointResult withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
glueVersion
- Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version
indicates the version supported for running your ETL scripts on development endpoints.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
public void setNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined workerType
that are allocated to the development endpoint.
numberOfWorkers
- The number of workers of a defined workerType
that are allocated to the development endpoint.public Integer getNumberOfWorkers()
The number of workers of a defined workerType
that are allocated to the development endpoint.
workerType
that are allocated to the development
endpoint.public CreateDevEndpointResult withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined workerType
that are allocated to the development endpoint.
numberOfWorkers
- The number of workers of a defined workerType
that are allocated to the development endpoint.public void setAvailabilityZone(String availabilityZone)
The Amazon Web Services Availability Zone where this DevEndpoint
is located.
availabilityZone
- The Amazon Web Services Availability Zone where this DevEndpoint
is located.public String getAvailabilityZone()
The Amazon Web Services Availability Zone where this DevEndpoint
is located.
DevEndpoint
is located.public CreateDevEndpointResult withAvailabilityZone(String availabilityZone)
The Amazon Web Services Availability Zone where this DevEndpoint
is located.
availabilityZone
- The Amazon Web Services 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
.
DevEndpoint
.public CreateDevEndpointResult 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)
The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint
.
extraPythonLibsS3Path
- The paths to one or more Python libraries in an S3 bucket that will be loaded in your
DevEndpoint
.public String getExtraPythonLibsS3Path()
The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint
.
DevEndpoint
.public CreateDevEndpointResult withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint
.
extraPythonLibsS3Path
- The paths 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 .jar
files in an S3 bucket that will be loaded in your
DevEndpoint
.
extraJarsS3Path
- Path to one or more Java .jar
files in an S3 bucket that will be loaded in your
DevEndpoint
.public String getExtraJarsS3Path()
Path to one or more Java .jar
files in an S3 bucket that will be loaded in your
DevEndpoint
.
.jar
files in an S3 bucket that will be loaded in your
DevEndpoint
.public CreateDevEndpointResult withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java .jar
files in an S3 bucket that will be loaded in your
DevEndpoint
.
extraJarsS3Path
- Path to one or more Java .jar
files 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
.
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 setSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration
structure being used with this DevEndpoint
.
securityConfiguration
- The name of the SecurityConfiguration
structure being used with this DevEndpoint
.public String getSecurityConfiguration()
The name of the SecurityConfiguration
structure being used with this DevEndpoint
.
SecurityConfiguration
structure being used with this
DevEndpoint
.public CreateDevEndpointResult withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration
structure being used with this DevEndpoint
.
securityConfiguration
- The name of the SecurityConfiguration
structure being used with 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.
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 Map<String,String> getArguments()
The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public void setArguments(Map<String,String> arguments)
The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
arguments
- The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public CreateDevEndpointResult withArguments(Map<String,String> arguments)
The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
arguments
- The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public CreateDevEndpointResult addArgumentsEntry(String key, String value)
public CreateDevEndpointResult clearArgumentsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDevEndpointResult clone()