public static interface CreateDevEndpointRequest.Builder extends GlueRequest.Builder, CopyableBuilder<CreateDevEndpointRequest.Builder,CreateDevEndpointRequest>
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointRequest.Builder |
endpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
|
CreateDevEndpointRequest.Builder |
extraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest.Builder |
extraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest.Builder |
numberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.
|
CreateDevEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateDevEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateDevEndpointRequest.Builder |
publicKey(String publicKey)
The public key to use for authentication.
|
CreateDevEndpointRequest.Builder |
roleArn(String roleArn)
The IAM role for the DevEndpoint.
|
CreateDevEndpointRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
|
CreateDevEndpointRequest.Builder |
securityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
|
CreateDevEndpointRequest.Builder |
subnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
|
build
overrideConfiguration
copy
applyMutation, build
CreateDevEndpointRequest.Builder endpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
endpointName
- The name to be assigned to the new DevEndpoint.CreateDevEndpointRequest.Builder roleArn(String roleArn)
The IAM role for the DevEndpoint.
roleArn
- The IAM role for the DevEndpoint.CreateDevEndpointRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
securityGroupIds
- Security group IDs for the security groups to be used by the new DevEndpoint.CreateDevEndpointRequest.Builder securityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
securityGroupIds
- Security group IDs for the security groups to be used by the new DevEndpoint.CreateDevEndpointRequest.Builder subnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
subnetId
- The subnet ID for the new DevEndpoint to use.CreateDevEndpointRequest.Builder publicKey(String publicKey)
The public key to use for authentication.
publicKey
- The public key to use for authentication.CreateDevEndpointRequest.Builder numberOfNodes(Integer numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.
numberOfNodes
- The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.CreateDevEndpointRequest.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.
CreateDevEndpointRequest.Builder extraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.CreateDevEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDevEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.