public static interface CreateDevEndpointRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 be used by this DevEndpoint for authentication.
|
CreateDevEndpointRequest.Builder |
publicKeys(Collection<String> publicKeys)
A list of public keys to be used by the DevEndpoints for authentication.
|
CreateDevEndpointRequest.Builder |
publicKeys(String... publicKeys)
A list of public keys to be used by the DevEndpoints for authentication.
|
CreateDevEndpointRequest.Builder |
roleArn(String roleArn)
The IAM role for the DevEndpoint.
|
CreateDevEndpointRequest.Builder |
securityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this 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 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.CreateDevEndpointRequest.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.
CreateDevEndpointRequest.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.
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 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.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.