@Stability(value=Stable) public static final class CfnWorkGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkGroupProps>
CfnWorkGroupProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkGroupProps.Builder name(String name)
CfnWorkGroupProps.getName()name - The workgroup name. This parameter is required.this@Stability(value=Stable) public CfnWorkGroupProps.Builder description(String description)
CfnWorkGroupProps.getDescription()description - The workgroup description.this@Stability(value=Stable) public CfnWorkGroupProps.Builder recursiveDeleteOption(Boolean recursiveDeleteOption)
CfnWorkGroupProps.getRecursiveDeleteOption()recursiveDeleteOption - The option to delete a workgroup and its contents even if the workgroup contains any named queries.
The default is false.this@Stability(value=Stable) public CfnWorkGroupProps.Builder recursiveDeleteOption(IResolvable recursiveDeleteOption)
CfnWorkGroupProps.getRecursiveDeleteOption()recursiveDeleteOption - The option to delete a workgroup and its contents even if the workgroup contains any named queries.
The default is false.this@Stability(value=Stable) public CfnWorkGroupProps.Builder state(String state)
CfnWorkGroupProps.getState()state - The state of the workgroup: ENABLED or DISABLED.this@Stability(value=Stable) public CfnWorkGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnWorkGroupProps.getTags()tags - The tags (key-value pairs) to associate with this resource.this@Stability(value=Stable) public CfnWorkGroupProps.Builder workGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration)
CfnWorkGroupProps.getWorkGroupConfiguration()workGroupConfiguration - The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
The EnforceWorkGroupConfiguration option determines whether workgroup settings override client-side query settings.this@Stability(value=Stable) public CfnWorkGroupProps.Builder workGroupConfiguration(IResolvable workGroupConfiguration)
CfnWorkGroupProps.getWorkGroupConfiguration()workGroupConfiguration - The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
The EnforceWorkGroupConfiguration option determines whether workgroup settings override client-side query settings.this@Stability(value=Stable) public CfnWorkGroupProps build()
build in interface software.amazon.jsii.Builder<CfnWorkGroupProps>CfnWorkGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.