@Stability(value=Stable) public static final class CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkGroup.ResultConfigurationUpdatesProperty>
CfnWorkGroup.ResultConfigurationUpdatesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder encryptionConfiguration(CfnWorkGroup.EncryptionConfigurationProperty encryptionConfiguration)
encryptionConfiguration - The encryption configuration for the query results.this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder encryptionConfiguration(IResolvable encryptionConfiguration)
encryptionConfiguration - The encryption configuration for the query results.this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder outputLocation(String outputLocation)
CfnWorkGroup.ResultConfigurationUpdatesProperty.getOutputLocation()outputLocation - The location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/` .
For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See EnforceWorkGroupConfiguration .this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder removeEncryptionConfiguration(Boolean removeEncryptionConfiguration)
CfnWorkGroup.ResultConfigurationUpdatesProperty.getRemoveEncryptionConfiguration()removeEncryptionConfiguration - If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null.
If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder removeEncryptionConfiguration(IResolvable removeEncryptionConfiguration)
CfnWorkGroup.ResultConfigurationUpdatesProperty.getRemoveEncryptionConfiguration()removeEncryptionConfiguration - If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null.
If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder removeOutputLocation(Boolean removeOutputLocation)
removeOutputLocation - If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null.
If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder removeOutputLocation(IResolvable removeOutputLocation)
removeOutputLocation - If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null.
If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .this@Stability(value=Stable) public CfnWorkGroup.ResultConfigurationUpdatesProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkGroup.ResultConfigurationUpdatesProperty>CfnWorkGroup.ResultConfigurationUpdatesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.