@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 extract, transform, and load (ETL) scripts.
Constructor and Description |
---|
DevEndpoint() |
Modifier and Type | Method and Description |
---|---|
DevEndpoint |
addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
DevEndpoint |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
DevEndpoint |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getArguments()
A map of arguments used to configure the
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 of the
DevEndpoint . |
String |
getExtraJarsS3Path()
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
String |
getExtraPythonLibsS3Path()
The paths to one or more Python libraries in an Amazon S3 bucket that should 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.
|
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 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 |
getPrivateAddress()
A private IP address to access the
DevEndpoint within a VPC if the DevEndpoint is
created within one. |
String |
getPublicAddress()
The public IP address used by this
DevEndpoint . |
String |
getPublicKey()
The public key to be used by this
DevEndpoint for authentication. |
List<String> |
getPublicKeys()
A list of public keys to be used by the
DevEndpoints for authentication. |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used in this
DevEndpoint . |
String |
getSecurityConfiguration()
The name of the
SecurityConfiguration structure to be used with 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 |
getWorkerType()
The type of predefined worker that is allocated to the development endpoint.
|
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 |
setArguments(Map<String,String> arguments)
A map of arguments used to configure the
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 of the
DevEndpoint . |
void |
setExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should 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 |
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 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 |
setPrivateAddress(String privateAddress)
A private IP address to access the
DevEndpoint within a VPC if the DevEndpoint is
created within one. |
void |
setPublicAddress(String publicAddress)
The public IP address used by this
DevEndpoint . |
void |
setPublicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
void |
setPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this
DevEndpoint . |
void |
setSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with 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 |
setWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
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.
|
DevEndpoint |
withArguments(Map<String,String> arguments)
A map of arguments used to configure the
DevEndpoint . |
DevEndpoint |
withAvailabilityZone(String availabilityZone)
The Amazon Web Services 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)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
DevEndpoint |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint . |
DevEndpoint |
withFailureReason(String failureReason)
The reason for a current failure in this
DevEndpoint . |
DevEndpoint |
withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
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 Glue Data Processing Units (DPUs) allocated to this
DevEndpoint . |
DevEndpoint |
withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
DevEndpoint |
withPrivateAddress(String privateAddress)
A private IP address to access the
DevEndpoint within a VPC if the DevEndpoint is
created within one. |
DevEndpoint |
withPublicAddress(String publicAddress)
The public IP address used by this
DevEndpoint . |
DevEndpoint |
withPublicKey(String publicKey)
The public key to be used by this
DevEndpoint for authentication. |
DevEndpoint |
withPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint |
withPublicKeys(String... publicKeys)
A list of public keys to be used by the
DevEndpoints for authentication. |
DevEndpoint |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this
DevEndpoint . |
DevEndpoint |
withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with 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 |
withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
DevEndpoint |
withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
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
.
DevEndpoint
.public DevEndpoint withEndpointName(String endpointName)
The name of the DevEndpoint
.
endpointName
- The name of the DevEndpoint
.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint
.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint
.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint
.
DevEndpoint
.public DevEndpoint withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint
.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint
.public List<String> getSecurityGroupIds()
A list of security group identifiers used in this DevEndpoint
.
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
.
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
.
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 setPrivateAddress(String privateAddress)
A private IP address to access the DevEndpoint
within a VPC if the DevEndpoint
is
created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.
privateAddress
- A private IP address to access the DevEndpoint
within a VPC if the DevEndpoint
is created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.public String getPrivateAddress()
A private IP address to access the DevEndpoint
within a VPC if the DevEndpoint
is
created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.
DevEndpoint
within a VPC if the DevEndpoint
is created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.public DevEndpoint withPrivateAddress(String privateAddress)
A private IP address to access the DevEndpoint
within a VPC if the DevEndpoint
is
created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.
privateAddress
- A private IP address to access the DevEndpoint
within a VPC if the DevEndpoint
is created within one. The PrivateAddress
field is present only when you create the
DevEndpoint
within your VPC.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 IP address used by this DevEndpoint
. The PublicAddress
field is present only
when you create a non-virtual private cloud (VPC) DevEndpoint
.
publicAddress
- The public IP address used by this DevEndpoint
. The PublicAddress
field is
present only when you create a non-virtual private cloud (VPC) DevEndpoint
.public String getPublicAddress()
The public IP address used by this DevEndpoint
. The PublicAddress
field is present only
when you create a non-virtual private cloud (VPC) DevEndpoint
.
DevEndpoint
. The PublicAddress
field is
present only when you create a non-virtual private cloud (VPC) DevEndpoint
.public DevEndpoint withPublicAddress(String publicAddress)
The public IP address used by this DevEndpoint
. The PublicAddress
field is present only
when you create a non-virtual private cloud (VPC) DevEndpoint
.
publicAddress
- The public IP address used by this DevEndpoint
. The PublicAddress
field is
present only when you create a non-virtual private cloud (VPC) 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
.
DevEndpoint
.public DevEndpoint withStatus(String status)
The current status of this DevEndpoint
.
status
- The current status of this DevEndpoint
.public void setWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2
executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB
disk.
workerType
- The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard,
G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk,
and 2 executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a
64 GB disk.
WorkerType
public String getWorkerType()
The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2
executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB
disk.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk,
and 2 executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a
64 GB disk.
WorkerType
public DevEndpoint withWorkerType(String workerType)
The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2
executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB
disk.
workerType
- The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard,
G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk,
and 2 executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a
64 GB disk.
WorkerType
public DevEndpoint withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2
executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and
provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB
disk.
workerType
- The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard,
G.1X, or G.2X.
For the Standard
worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk,
and 2 executors per worker.
For the G.1X
worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
For the G.2X
worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk),
and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
Known issue: when a development endpoint is created with the G.2X
WorkerType
configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a
64 GB disk.
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.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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.
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.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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 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.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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.
For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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 DevEndpoint 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.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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.
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.
Development endpoints that are created without specifying a Glue version default to Glue 0.9.
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 setNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined workerType
that are allocated to the development endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
numberOfWorkers
- The number of workers of a defined workerType
that are allocated to the development
endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
public Integer getNumberOfWorkers()
The number of workers of a defined workerType
that are allocated to the development endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
workerType
that are allocated to the development
endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
public DevEndpoint withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined workerType
that are allocated to the development endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
numberOfWorkers
- The number of workers of a defined workerType
that are allocated to the development
endpoint.
The maximum number of workers you can define are 299 for G.1X
, and 149 for G.2X
.
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
.
DevEndpoint
.public DevEndpoint 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 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 DevEndpoint 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 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)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C extensions, such
as the pandas Python data analysis library, are not currently supported.
extraPythonLibsS3Path
- The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C
extensions, such as the pandas Python data analysis library, are
not currently supported.
public String getExtraPythonLibsS3Path()
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C extensions, such
as the pandas Python data analysis library, are not currently supported.
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C
extensions, such as the pandas Python data analysis library, are
not currently supported.
public DevEndpoint withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C extensions, such
as the pandas Python data analysis library, are not currently supported.
extraPythonLibsS3Path
- The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your
DevEndpoint
. Multiple values must be complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint
. Libraries that rely on C
extensions, such as the pandas Python data analysis library, are
not currently supported.
public void setExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java .jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with a DevEndpoint
.
extraJarsS3Path
- The path to one or more Java .jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with a DevEndpoint
.
public String getExtraJarsS3Path()
The path to one or more Java .jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with a DevEndpoint
.
.jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with a DevEndpoint
.
public DevEndpoint withExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java .jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with a DevEndpoint
.
extraJarsS3Path
- The path to one or more Java .jar
files in an S3 bucket that should be loaded in your
DevEndpoint
.
You can only use pure Java/Scala libraries with 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
.
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.
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. This attribute is provided for
backward compatibility because the recommended attribute to use is public keys.
publicKey
- The public key to be used by this DevEndpoint
for authentication. This attribute is provided
for backward compatibility because the recommended attribute to use is public keys.public String getPublicKey()
The public key to be used by this DevEndpoint
for authentication. This attribute is provided for
backward compatibility because the recommended attribute to use is public keys.
DevEndpoint
for authentication. This attribute is provided
for backward compatibility because the recommended attribute to use is public keys.public DevEndpoint withPublicKey(String publicKey)
The public key to be used by this DevEndpoint
for authentication. This attribute is provided for
backward compatibility because the recommended attribute to use is public keys.
publicKey
- The public key to be used by this DevEndpoint
for authentication. This attribute is provided
for backward compatibility because the recommended attribute to use is public keys.public List<String> getPublicKeys()
A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute is
preferred over a single public key because the public keys allow you to have a different private key per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list of
public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
DevEndpoints
for authentication. Using this
attribute is preferred over a single public key because the public keys allow you to have a different
private key per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a
list of public keys. Call the UpdateDevEndpoint
API operation with the public key content in
the deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
public void setPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute is
preferred over a single public key because the public keys allow you to have a different private key per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list of
public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
publicKeys
- A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute
is preferred over a single public key because the public keys allow you to have a different private key
per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list
of public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
public DevEndpoint withPublicKeys(String... publicKeys)
A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute is
preferred over a single public key because the public keys allow you to have a different private key per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list of
public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
NOTE: This method appends the values to the existing list (if any). Use
setPublicKeys(java.util.Collection)
or withPublicKeys(java.util.Collection)
if you want to
override the existing values.
publicKeys
- A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute
is preferred over a single public key because the public keys allow you to have a different private key
per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list
of public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
public DevEndpoint withPublicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute is
preferred over a single public key because the public keys allow you to have a different private key per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list of
public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
publicKeys
- A list of public keys to be used by the DevEndpoints
for authentication. Using this attribute
is preferred over a single public key because the public keys allow you to have a different private key
per client.
If you previously created an endpoint with a public key, you must remove that key to be able to set a list
of public keys. Call the UpdateDevEndpoint
API operation with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
public void setSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration
structure to be used with this DevEndpoint
.
securityConfiguration
- The name of the SecurityConfiguration
structure to be used with this DevEndpoint
.public String getSecurityConfiguration()
The name of the SecurityConfiguration
structure to be used with this DevEndpoint
.
SecurityConfiguration
structure to be used with this
DevEndpoint
.public DevEndpoint withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration
structure to be used with this DevEndpoint
.
securityConfiguration
- The name of the SecurityConfiguration
structure to be used with this DevEndpoint
.public Map<String,String> getArguments()
A map of arguments used to configure the 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)
A map of arguments used to configure the 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
- A map of arguments used to configure the 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 DevEndpoint withArguments(Map<String,String> arguments)
A map of arguments used to configure the 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
- A map of arguments used to configure the 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 DevEndpoint addArgumentsEntry(String key, String value)
public DevEndpoint clearArgumentsEntries()
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.