Uses of Class
software.amazon.awscdk.services.athena.CfnWorkGroupProps.Builder
-
Uses of CfnWorkGroupProps.Builder in software.amazon.awscdk.services.athena
Modifier and TypeMethodDescriptionstatic CfnWorkGroupProps.Builder
CfnWorkGroupProps.builder()
CfnWorkGroupProps.Builder.description
(String description) Sets the value ofCfnWorkGroupProps.getDescription()
Sets the value ofCfnWorkGroupProps.getName()
CfnWorkGroupProps.Builder.recursiveDeleteOption
(Boolean recursiveDeleteOption) Sets the value ofCfnWorkGroupProps.getRecursiveDeleteOption()
CfnWorkGroupProps.Builder.recursiveDeleteOption
(IResolvable recursiveDeleteOption) Sets the value ofCfnWorkGroupProps.getRecursiveDeleteOption()
Sets the value ofCfnWorkGroupProps.getState()
Sets the value ofCfnWorkGroupProps.getTags()
CfnWorkGroupProps.Builder.workGroupConfiguration
(IResolvable workGroupConfiguration) Sets the value ofCfnWorkGroupProps.getWorkGroupConfiguration()
CfnWorkGroupProps.Builder.workGroupConfiguration
(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration) Sets the value ofCfnWorkGroupProps.getWorkGroupConfiguration()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkGroupProps.Builder
.