@Stability(value=Experimental) public static final class ResultConfiguration.Builder extends Object implements software.amazon.jsii.Builder<ResultConfiguration>
ResultConfiguration| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration |
build()
Builds the configured instance.
|
ResultConfiguration.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Sets the value of
ResultConfiguration.getEncryptionConfiguration() |
ResultConfiguration.Builder |
outputLocation(Location outputLocation)
Sets the value of
ResultConfiguration.getOutputLocation() |
@Stability(value=Experimental) public ResultConfiguration.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
ResultConfiguration.getEncryptionConfiguration()encryptionConfiguration - Encryption option used if enabled in S3.this@Stability(value=Experimental) public ResultConfiguration.Builder outputLocation(Location outputLocation)
ResultConfiguration.getOutputLocation()outputLocation - S3 path of query results.this@Stability(value=Experimental) public ResultConfiguration build()
build in interface software.amazon.jsii.Builder<ResultConfiguration>ResultConfigurationNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.