CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.arguments(Map<String,String> arguments) |
The map of arguments used to configure this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.availabilityZone(String availabilityZone) |
The Amazon Web Services Availability Zone where this DevEndpoint is located.
|
static CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.builder() |
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The point in time at which this DevEndpoint was created.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.endpointName(String endpointName) |
The name assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.extraJarsS3Path(String extraJarsS3Path) |
Path to one or more Java .jar files in an S3 bucket that will be loaded in your
DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path) |
The paths to one or more Python libraries in an S3 bucket that will be loaded in your
DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.failureReason(String failureReason) |
The reason for a current failure in this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.glueVersion(String glueVersion) |
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.numberOfNodes(Integer numberOfNodes) |
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of workers of a defined workerType that are allocated to the development endpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.securityConfiguration(String securityConfiguration) |
The name of the SecurityConfiguration structure being used with this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.securityGroupIds(String... securityGroupIds) |
The security groups assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The security groups assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.status(String status) |
The current status of the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.subnetId(String subnetId) |
The subnet ID assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.toBuilder() |
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.vpcId(String vpcId) |
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.workerType(String workerType) |
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.workerType(WorkerType workerType) |
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.yarnEndpointAddress(String yarnEndpointAddress) |
The address of the YARN endpoint used by this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.zeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort) |
The Apache Zeppelin port for the remote Apache Spark interpreter.
|