public static interface CreateDevEndpointResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateDevEndpointResponse.Builder,CreateDevEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDevEndpointResponse.Builder |
arguments(Map<String,String> arguments)
The map of arguments used to configure this
DevEndpoint. |
CreateDevEndpointResponse.Builder |
availabilityZone(String availabilityZone)
The Amazon Web Services Availability Zone where this
DevEndpoint is located. |
CreateDevEndpointResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The point in time at which this
DevEndpoint was created. |
CreateDevEndpointResponse.Builder |
endpointName(String endpointName)
The name assigned to the new
DevEndpoint. |
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 |
extraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an S3 bucket that will be loaded in your
DevEndpoint. |
CreateDevEndpointResponse.Builder |
failureReason(String failureReason)
The reason for a current failure in this
DevEndpoint. |
CreateDevEndpointResponse.Builder |
glueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateDevEndpointResponse.Builder |
numberOfNodes(Integer numberOfNodes)
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated to the development endpoint. |
CreateDevEndpointResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assigned to the new
DevEndpoint. |
CreateDevEndpointResponse.Builder |
securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure being used with this DevEndpoint. |
CreateDevEndpointResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new
DevEndpoint. |
CreateDevEndpointResponse.Builder |
securityGroupIds(String... securityGroupIds)
The security groups assigned to the new
DevEndpoint. |
CreateDevEndpointResponse.Builder |
status(String status)
The current status of the new
DevEndpoint. |
CreateDevEndpointResponse.Builder |
subnetId(String subnetId)
The subnet ID assigned to the new
DevEndpoint. |
CreateDevEndpointResponse.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC) used by this
DevEndpoint. |
CreateDevEndpointResponse.Builder |
workerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResponse.Builder |
workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointResponse.Builder |
yarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this
DevEndpoint. |
CreateDevEndpointResponse.Builder |
zeppelinRemoteSparkInterpreterPort(Integer zeppelinRemoteSparkInterpreterPort)
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDevEndpointResponse.Builder endpointName(String endpointName)
The name assigned to the new DevEndpoint.
endpointName - The name assigned to the new DevEndpoint.CreateDevEndpointResponse.Builder status(String status)
The current status of the new DevEndpoint.
status - The current status of the new DevEndpoint.CreateDevEndpointResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups assigned to the new DevEndpoint.
securityGroupIds - The security groups assigned to the new DevEndpoint.CreateDevEndpointResponse.Builder securityGroupIds(String... securityGroupIds)
The security groups assigned to the new DevEndpoint.
securityGroupIds - The security groups assigned to the new DevEndpoint.CreateDevEndpointResponse.Builder subnetId(String subnetId)
The subnet ID assigned to the new DevEndpoint.
subnetId - The subnet ID assigned to the new DevEndpoint.CreateDevEndpointResponse.Builder roleArn(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.CreateDevEndpointResponse.Builder yarnEndpointAddress(String yarnEndpointAddress)
The address of the YARN endpoint used by this DevEndpoint.
yarnEndpointAddress - The address of the YARN endpoint used by this DevEndpoint.CreateDevEndpointResponse.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.CreateDevEndpointResponse.Builder numberOfNodes(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.CreateDevEndpointResponse.Builder workerType(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,
WorkerTypeCreateDevEndpointResponse.Builder workerType(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,
WorkerTypeCreateDevEndpointResponse.Builder glueVersion(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.
CreateDevEndpointResponse.Builder numberOfWorkers(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.CreateDevEndpointResponse.Builder availabilityZone(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.CreateDevEndpointResponse.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.CreateDevEndpointResponse.Builder extraPythonLibsS3Path(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.CreateDevEndpointResponse.Builder extraJarsS3Path(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.CreateDevEndpointResponse.Builder failureReason(String failureReason)
The reason for a current failure in this DevEndpoint.
failureReason - The reason for a current failure in this DevEndpoint.CreateDevEndpointResponse.Builder securityConfiguration(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.CreateDevEndpointResponse.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.CreateDevEndpointResponse.Builder arguments(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.
Copyright © 2023. All rights reserved.