public static interface AwsAthenaWorkGroupConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsAthenaWorkGroupConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAthenaWorkGroupConfigurationDetails.Builder |
resultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any,
used for query and calculation results.
|
default AwsAthenaWorkGroupConfigurationDetails.Builder |
resultConfiguration(Consumer<AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder> resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any,
used for query and calculation results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAthenaWorkGroupConfigurationDetails.Builder resultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
resultConfiguration - The location in Amazon S3 where query and calculation results are stored and the encryption option, if
any, used for query and calculation results. These are known as client-side settings. If workgroup
settings override client-side settings, then the query uses the workgroup settings.default AwsAthenaWorkGroupConfigurationDetails.Builder resultConfiguration(Consumer<AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder> resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
This is a convenience method that creates an instance of theAwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder avoiding the need to create one
manually via AwsAthenaWorkGroupConfigurationResultConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to
resultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails).
resultConfiguration - a consumer that will call methods on
AwsAthenaWorkGroupConfigurationResultConfigurationDetails.BuilderresultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails)Copyright © 2023. All rights reserved.