public static interface PutClassificationExportConfigurationRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<PutClassificationExportConfigurationRequest.Builder,PutClassificationExportConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutClassificationExportConfigurationRequest.Builder |
configuration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results
in that location.
|
default PutClassificationExportConfigurationRequest.Builder |
configuration(Consumer<ClassificationExportConfiguration.Builder> configuration)
The location to store data classification results in, and the encryption settings to use when storing results
in that location.
|
PutClassificationExportConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutClassificationExportConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutClassificationExportConfigurationRequest.Builder configuration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results in that location.
configuration - The location to store data classification results in, and the encryption settings to use when storing
results in that location.default PutClassificationExportConfigurationRequest.Builder configuration(Consumer<ClassificationExportConfiguration.Builder> configuration)
The location to store data classification results in, and the encryption settings to use when storing results in that location.
This is a convenience method that creates an instance of theClassificationExportConfiguration.Builder avoiding the need to create one manually via
ClassificationExportConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(ClassificationExportConfiguration).
configuration - a consumer that will call methods on ClassificationExportConfiguration.Builderconfiguration(ClassificationExportConfiguration)PutClassificationExportConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutClassificationExportConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.