Interface SensitivityInspectionTemplatesEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SensitivityInspectionTemplatesEntry.Builder,
,SensitivityInspectionTemplatesEntry> SdkBuilder<SensitivityInspectionTemplatesEntry.Builder,
,SensitivityInspectionTemplatesEntry> SdkPojo
- Enclosing class:
SensitivityInspectionTemplatesEntry
public static interface SensitivityInspectionTemplatesEntry.Builder
extends SdkPojo, CopyableBuilder<SensitivityInspectionTemplatesEntry.Builder,SensitivityInspectionTemplatesEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the sensitivity inspection template.The name of the sensitivity inspection template: automated-sensitive-data-discovery.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 Details
-
id
The unique identifier for the sensitivity inspection template.
- Parameters:
id
- The unique identifier for the sensitivity inspection template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the sensitivity inspection template: automated-sensitive-data-discovery.
- Parameters:
name
- The name of the sensitivity inspection template: automated-sensitive-data-discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-