Uses of Class
software.amazon.awscdk.services.glue.CfnDevEndpointProps.Builder
-
Uses of CfnDevEndpointProps.Builder in software.amazon.awscdk.services.glue
Modifier and TypeMethodDescriptionSets the value ofCfnDevEndpointProps.getArguments()
static CfnDevEndpointProps.Builder
CfnDevEndpointProps.builder()
CfnDevEndpointProps.Builder.endpointName
(String endpointName) Sets the value ofCfnDevEndpointProps.getEndpointName()
CfnDevEndpointProps.Builder.extraJarsS3Path
(String extraJarsS3Path) Sets the value ofCfnDevEndpointProps.getExtraJarsS3Path()
CfnDevEndpointProps.Builder.extraPythonLibsS3Path
(String extraPythonLibsS3Path) Sets the value ofCfnDevEndpointProps.getExtraPythonLibsS3Path()
CfnDevEndpointProps.Builder.glueVersion
(String glueVersion) Sets the value ofCfnDevEndpointProps.getGlueVersion()
CfnDevEndpointProps.Builder.numberOfNodes
(Number numberOfNodes) Sets the value ofCfnDevEndpointProps.getNumberOfNodes()
CfnDevEndpointProps.Builder.numberOfWorkers
(Number numberOfWorkers) Sets the value ofCfnDevEndpointProps.getNumberOfWorkers()
Sets the value ofCfnDevEndpointProps.getPublicKey()
CfnDevEndpointProps.Builder.publicKeys
(List<String> publicKeys) Sets the value ofCfnDevEndpointProps.getPublicKeys()
Sets the value ofCfnDevEndpointProps.getRoleArn()
CfnDevEndpointProps.Builder.securityConfiguration
(String securityConfiguration) Sets the value ofCfnDevEndpointProps.getSecurityConfiguration()
CfnDevEndpointProps.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnDevEndpointProps.getSecurityGroupIds()
Sets the value ofCfnDevEndpointProps.getSubnetId()
Sets the value ofCfnDevEndpointProps.getTags()
CfnDevEndpointProps.Builder.workerType
(String workerType) Sets the value ofCfnDevEndpointProps.getWorkerType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDevEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDevEndpointProps.Builder
.