public static interface CreateDevEndpointResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateDevEndpointResponse.Builder,CreateDevEndpointResponse>
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointResponse.Builder |
availabilityZone(String availabilityZone)
The AWS 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 Jars in an S3 bucket that will be loaded in your DevEndpoint.
|
CreateDevEndpointResponse.Builder |
extraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) 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 |
numberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
CreateDevEndpointResponse.Builder |
roleArn(String roleArn)
The AWS 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 VPC used by this DevEndpoint.
|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateDevEndpointResponse.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 AWS ARN of the role assigned to the new DevEndpoint.
roleArn
- The AWS 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 AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
numberOfNodes
- The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.CreateDevEndpointResponse.Builder availabilityZone(String availabilityZone)
The AWS availability zone where this DevEndpoint is located.
availabilityZone
- The AWS availability zone where this DevEndpoint is located.CreateDevEndpointResponse.Builder vpcId(String vpcId)
The ID of the VPC used by this DevEndpoint.
vpcId
- The ID of the VPC used by this DevEndpoint.CreateDevEndpointResponse.Builder extraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path(s) 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 Jars in an S3 bucket that will be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.