public static interface PutClassificationExportConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<PutClassificationExportConfigurationResponse.Builder,PutClassificationExportConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
PutClassificationExportConfigurationResponse.Builder |
configuration(ClassificationExportConfiguration configuration)
The location where the data classification results are stored, and the encryption settings that are used when
storing results in that location.
|
default PutClassificationExportConfigurationResponse.Builder |
configuration(Consumer<ClassificationExportConfiguration.Builder> configuration)
The location where the data classification results are stored, and the encryption settings that are used when
storing results in that location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutClassificationExportConfigurationResponse.Builder configuration(ClassificationExportConfiguration configuration)
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
configuration - The location where the data classification results are stored, and the encryption settings that are
used when storing results in that location.default PutClassificationExportConfigurationResponse.Builder configuration(Consumer<ClassificationExportConfiguration.Builder> configuration)
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
This is a convenience 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)Copyright © 2022. All rights reserved.