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