Uses of Class
software.amazon.awscdk.services.glue.CfnDevEndpoint.Builder
Packages that use CfnDevEndpoint.Builder
-
Uses of CfnDevEndpoint.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnDevEndpoint.BuilderModifier and TypeMethodDescriptionA map of arguments used to configure theDevEndpoint
.static CfnDevEndpoint.Builder
CfnDevEndpoint.Builder.endpointName
(String endpointName) The name of theDevEndpoint
.CfnDevEndpoint.Builder.extraJarsS3Path
(String extraJarsS3Path) The path to one or more Java.jar
files in an S3 bucket that should be loaded in yourDevEndpoint
.CfnDevEndpoint.Builder.extraPythonLibsS3Path
(String extraPythonLibsS3Path) The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in yourDevEndpoint
.CfnDevEndpoint.Builder.glueVersion
(String glueVersion) The AWS Glue version determines the versions of Apache Spark and Python that AWS Glue supports.CfnDevEndpoint.Builder.numberOfNodes
(Number numberOfNodes) The number of AWS Glue Data Processing Units (DPUs) allocated to thisDevEndpoint
.CfnDevEndpoint.Builder.numberOfWorkers
(Number numberOfWorkers) The number of workers of a definedworkerType
that are allocated to the development endpoint.The public key to be used by thisDevEndpoint
for authentication.CfnDevEndpoint.Builder.publicKeys
(List<String> publicKeys) A list of public keys to be used by theDevEndpoints
for authentication.The Amazon Resource Name (ARN) of the IAM role used in thisDevEndpoint
.CfnDevEndpoint.Builder.securityConfiguration
(String securityConfiguration) The name of theSecurityConfiguration
structure to be used with thisDevEndpoint
.CfnDevEndpoint.Builder.securityGroupIds
(List<String> securityGroupIds) A list of security group identifiers used in thisDevEndpoint
.The subnet ID for thisDevEndpoint
.The tags to use with this DevEndpoint.CfnDevEndpoint.Builder.workerType
(String workerType) The type of predefined worker that is allocated to the development endpoint.