Interface ClassificationScopeSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ClassificationScopeSummary.Builder,,- ClassificationScopeSummary> - SdkBuilder<ClassificationScopeSummary.Builder,,- ClassificationScopeSummary> - SdkPojo
- Enclosing class:
- ClassificationScopeSummary
@Mutable
@NotThreadSafe
public static interface ClassificationScopeSummary.Builder
extends SdkPojo, CopyableBuilder<ClassificationScopeSummary.Builder,ClassificationScopeSummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
nameThe 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.
 
 
-