Interface DetectedDataDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DetectedDataDetails.Builder,DetectedDataDetails>,SdkBuilder<DetectedDataDetails.Builder,DetectedDataDetails>,SdkPojo
- Enclosing class:
- DetectedDataDetails
public static interface DetectedDataDetails.Builder extends SdkPojo, CopyableBuilder<DetectedDataDetails.Builder,DetectedDataDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectedDataDetails.Buildervalue(String value)An occurrence of the specified type of sensitive data.-
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
-
value
DetectedDataDetails.Builder value(String value)
An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.
- Parameters:
value- An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-