Interface GetClassificationExportConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetClassificationExportConfigurationResponse.Builder,GetClassificationExportConfigurationResponse>,Macie2Response.Builder,SdkBuilder<GetClassificationExportConfigurationResponse.Builder,GetClassificationExportConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetClassificationExportConfigurationResponse
public static interface GetClassificationExportConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetClassificationExportConfigurationResponse.Builder,GetClassificationExportConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetClassificationExportConfigurationResponse.Builderconfiguration(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.GetClassificationExportConfigurationResponse.Builderconfiguration(ClassificationExportConfiguration configuration)The location where data classification results are stored, and the encryption settings that are used when storing results in that location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configuration
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.
- Parameters:
configuration- The location where data classification results are stored, and the encryption settings that are used when storing results in that location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
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 method that creates an instance of theClassificationExportConfiguration.Builderavoiding the need to create one manually viaClassificationExportConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(ClassificationExportConfiguration).- Parameters:
configuration- a consumer that will call methods onClassificationExportConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(ClassificationExportConfiguration)
-
-