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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationScopeSummary.Builderid(String id)The unique identifier for the classification scope.ClassificationScopeSummary.Buildername(String name)The name of the classification scope: 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ClassificationScopeSummary.Builder id(String 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
ClassificationScopeSummary.Builder name(String 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.
-
-