public static interface DevEndpoint.Builder extends SdkPojo, CopyableBuilder<DevEndpoint.Builder,DevEndpoint>
Modifier and Type | Method and Description |
---|---|
DevEndpoint.Builder |
availabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
|
DevEndpoint.Builder |
createdTimestamp(Instant createdTimestamp)
The point in time at which this DevEndpoint was created.
|
DevEndpoint.Builder |
endpointName(String endpointName)
The name of the DevEndpoint.
|
DevEndpoint.Builder |
extraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpoint.Builder |
extraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpoint.Builder |
failureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
|
DevEndpoint.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
|
DevEndpoint.Builder |
lastUpdateStatus(String lastUpdateStatus)
The status of the last update.
|
DevEndpoint.Builder |
numberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
DevEndpoint.Builder |
privateAddress(String privateAddress)
A private IP address to access the DevEndpoint within a VPC, if the DevEndpoint is created within one.
|
DevEndpoint.Builder |
publicAddress(String publicAddress)
The public IP address used by this DevEndpoint.
|
DevEndpoint.Builder |
publicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication.
|
DevEndpoint.Builder |
publicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints for authentication.
|
DevEndpoint.Builder |
publicKeys(String... publicKeys)
A list of public keys to be used by the DevEndpoints for authentication.
|
DevEndpoint.Builder |
roleArn(String roleArn)
The AWS ARN of the IAM role used in this DevEndpoint.
|
DevEndpoint.Builder |
securityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this DevEndpoint.
|
DevEndpoint.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
|
DevEndpoint.Builder |
securityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
|
DevEndpoint.Builder |
status(String status)
The current status of this DevEndpoint.
|
DevEndpoint.Builder |
subnetId(String subnetId)
The subnet ID for this DevEndpoint.
|
DevEndpoint.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
|
DevEndpoint.Builder |
yarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
|
DevEndpoint.Builder |
zeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
copy
applyMutation, build
DevEndpoint.Builder endpointName(String endpointName)
The name of the DevEndpoint.
endpointName
- The name of the DevEndpoint.DevEndpoint.Builder roleArn(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.DevEndpoint.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
securityGroupIds
- A list of security group identifiers used in this DevEndpoint.DevEndpoint.Builder securityGroupIds(String... securityGroupIds)
A list of security group identifiers used in this DevEndpoint.
securityGroupIds
- A list of security group identifiers used in this DevEndpoint.DevEndpoint.Builder subnetId(String subnetId)
The subnet ID for this DevEndpoint.
subnetId
- The subnet ID for this DevEndpoint.DevEndpoint.Builder yarnEndpointAddress(String yarnEndpointAddress)
The YARN endpoint address used by this DevEndpoint.
yarnEndpointAddress
- The YARN endpoint address used by this DevEndpoint.DevEndpoint.Builder privateAddress(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 virtual private cloud (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 virtual private
cloud (VPC).DevEndpoint.Builder zeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
zeppelinRemoteSparkInterpreterPort
- The Apache Zeppelin port for the remote Apache Spark interpreter.DevEndpoint.Builder publicAddress(String publicAddress)
The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-VPC (virtual private cloud) DevEndpoint.
publicAddress
- The public IP address used by this DevEndpoint. The PublicAddress field is present only when you
create a non-VPC (virtual private cloud) DevEndpoint.DevEndpoint.Builder status(String status)
The current status of this DevEndpoint.
status
- The current status of this DevEndpoint.DevEndpoint.Builder numberOfNodes(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.DevEndpoint.Builder availabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
availabilityZone
- The AWS availability zone where this DevEndpoint is located.DevEndpoint.Builder vpcId(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.DevEndpoint.Builder extraPythonLibsS3Path(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.
DevEndpoint.Builder extraJarsS3Path(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.
DevEndpoint.Builder failureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
failureReason
- The reason for a current failure in this DevEndpoint.DevEndpoint.Builder lastUpdateStatus(String lastUpdateStatus)
The status of the last update.
lastUpdateStatus
- The status of the last update.DevEndpoint.Builder createdTimestamp(Instant createdTimestamp)
The point in time at which this DevEndpoint was created.
createdTimestamp
- The point in time at which this DevEndpoint was created.DevEndpoint.Builder lastModifiedTimestamp(Instant lastModifiedTimestamp)
The point in time at which this DevEndpoint was last modified.
lastModifiedTimestamp
- The point in time at which this DevEndpoint was last modified.DevEndpoint.Builder publicKey(String publicKey)
The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility, as 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, as the recommended attribute to use is public keys.DevEndpoint.Builder publicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints for authentication. The use of 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 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. The use of 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 with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
DevEndpoint.Builder publicKeys(String... publicKeys)
A list of public keys to be used by the DevEndpoints for authentication. The use of 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 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. The use of 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 with the public key content in the
deletePublicKeys
attribute, and the list of new keys in the addPublicKeys
attribute.
DevEndpoint.Builder securityConfiguration(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.