Interface DetectedDataDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectedDataDetails.Builder,
,DetectedDataDetails> SdkBuilder<DetectedDataDetails.Builder,
,DetectedDataDetails> SdkPojo
- Enclosing class:
DetectedDataDetails
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-