Interface BucketStatisticsBySensitivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BucketStatisticsBySensitivity.Builder,BucketStatisticsBySensitivity>,SdkBuilder<BucketStatisticsBySensitivity.Builder,BucketStatisticsBySensitivity>,SdkPojo
- Enclosing class:
- BucketStatisticsBySensitivity
public static interface BucketStatisticsBySensitivity.Builder extends SdkPojo, CopyableBuilder<BucketStatisticsBySensitivity.Builder,BucketStatisticsBySensitivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BucketStatisticsBySensitivity.BuilderclassificationError(Consumer<SensitivityAggregations.Builder> classificationError)The aggregated statistical data for all buckets that have a sensitivity score of -1.BucketStatisticsBySensitivity.BuilderclassificationError(SensitivityAggregations classificationError)The aggregated statistical data for all buckets that have a sensitivity score of -1.default BucketStatisticsBySensitivity.BuildernotClassified(Consumer<SensitivityAggregations.Builder> notClassified)The aggregated statistical data for all buckets that have a sensitivity score of 50.BucketStatisticsBySensitivity.BuildernotClassified(SensitivityAggregations notClassified)The aggregated statistical data for all buckets that have a sensitivity score of 50.default BucketStatisticsBySensitivity.BuildernotSensitive(Consumer<SensitivityAggregations.Builder> notSensitive)The aggregated statistical data for all buckets that have a sensitivity score of 1-49.BucketStatisticsBySensitivity.BuildernotSensitive(SensitivityAggregations notSensitive)The aggregated statistical data for all buckets that have a sensitivity score of 1-49.default BucketStatisticsBySensitivity.Buildersensitive(Consumer<SensitivityAggregations.Builder> sensitive)The aggregated statistical data for all buckets that have a sensitivity score of 51-100.BucketStatisticsBySensitivity.Buildersensitive(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
classificationError(SensitivityAggregations)
-
notClassified
BucketStatisticsBySensitivity.Builder notClassified(SensitivityAggregations 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:
notClassified(SensitivityAggregations)
-
notSensitive
BucketStatisticsBySensitivity.Builder notSensitive(SensitivityAggregations 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:
notSensitive(SensitivityAggregations)
-
sensitive
BucketStatisticsBySensitivity.Builder sensitive(SensitivityAggregations 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:
sensitive(SensitivityAggregations)
-
-