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