Interface BucketStatisticsBySensitivity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BucketStatisticsBySensitivity.Builder,,BucketStatisticsBySensitivity> SdkBuilder<BucketStatisticsBySensitivity.Builder,,BucketStatisticsBySensitivity> SdkPojo
- Enclosing class:
BucketStatisticsBySensitivity
-
Method Summary
Modifier and TypeMethodDescriptionclassificationError(Consumer<SensitivityAggregations.Builder> classificationError) The aggregated statistical data for all buckets that have a sensitivity score of -1.classificationError(SensitivityAggregations classificationError) The aggregated statistical data for all buckets that have a sensitivity score of -1.notClassified(Consumer<SensitivityAggregations.Builder> notClassified) The aggregated statistical data for all buckets that have a sensitivity score of 50.notClassified(SensitivityAggregations notClassified) The aggregated statistical data for all buckets that have a sensitivity score of 50.notSensitive(Consumer<SensitivityAggregations.Builder> notSensitive) The aggregated statistical data for all buckets that have a sensitivity score of 1-49.notSensitive(SensitivityAggregations notSensitive) The aggregated statistical data for all buckets that have a sensitivity score of 1-49.sensitive(Consumer<SensitivityAggregations.Builder> sensitive) The aggregated statistical data for all buckets that have a sensitivity score of 51-100.sensitive(SensitivityAggregations sensitive) The aggregated statistical data for all buckets that have a sensitivity score of 51-100.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
classificationError
BucketStatisticsBySensitivity.Builder classificationError(SensitivityAggregations classificationError) The aggregated statistical data for all buckets that have a sensitivity score of -1.
- Parameters:
classificationError- The aggregated statistical data for all buckets that have a sensitivity score of -1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
classificationError
default BucketStatisticsBySensitivity.Builder classificationError(Consumer<SensitivityAggregations.Builder> classificationError) The aggregated statistical data for all buckets that have a sensitivity score of -1.
This is a convenience method that creates an instance of theSensitivityAggregations.Builderavoiding the need to create one manually viaSensitivityAggregations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclassificationError(SensitivityAggregations).- Parameters:
classificationError- a consumer that will call methods onSensitivityAggregations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notClassified
The aggregated statistical data for all buckets that have a sensitivity score of 50.
- Parameters:
notClassified- The aggregated statistical data for all buckets that have a sensitivity score of 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notClassified
default BucketStatisticsBySensitivity.Builder notClassified(Consumer<SensitivityAggregations.Builder> notClassified) The aggregated statistical data for all buckets that have a sensitivity score of 50.
This is a convenience method that creates an instance of theSensitivityAggregations.Builderavoiding the need to create one manually viaSensitivityAggregations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotClassified(SensitivityAggregations).- Parameters:
notClassified- a consumer that will call methods onSensitivityAggregations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notSensitive
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
- Parameters:
notSensitive- The aggregated statistical data for all buckets that have a sensitivity score of 1-49.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notSensitive
default BucketStatisticsBySensitivity.Builder notSensitive(Consumer<SensitivityAggregations.Builder> notSensitive) The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
This is a convenience method that creates an instance of theSensitivityAggregations.Builderavoiding the need to create one manually viaSensitivityAggregations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotSensitive(SensitivityAggregations).- Parameters:
notSensitive- a consumer that will call methods onSensitivityAggregations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sensitive
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
- Parameters:
sensitive- The aggregated statistical data for all buckets that have a sensitivity score of 51-100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitive
default BucketStatisticsBySensitivity.Builder sensitive(Consumer<SensitivityAggregations.Builder> sensitive) The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
This is a convenience method that creates an instance of theSensitivityAggregations.Builderavoiding the need to create one manually viaSensitivityAggregations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosensitive(SensitivityAggregations).- Parameters:
sensitive- a consumer that will call methods onSensitivityAggregations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-