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
Modifier and TypeMethodDescriptionAn occurrence of the specified type of sensitive data.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
-
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.
-