Interface ClassificationTypeUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClassificationTypeUpdate.Builder,ClassificationTypeUpdate>,SdkBuilder<ClassificationTypeUpdate.Builder,ClassificationTypeUpdate>,SdkPojo
- Enclosing class:
- ClassificationTypeUpdate
public static interface ClassificationTypeUpdate.Builder extends SdkPojo, CopyableBuilder<ClassificationTypeUpdate.Builder,ClassificationTypeUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationTypeUpdate.Buildercontinuous(String continuous)(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.ClassificationTypeUpdate.Buildercontinuous(S3ContinuousClassificationType continuous)(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.ClassificationTypeUpdate.BuilderoneTime(String oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.ClassificationTypeUpdate.BuilderoneTime(S3OneTimeClassificationType oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.-
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 Detail
-
oneTime
ClassificationTypeUpdate.Builder oneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
- Parameters:
oneTime- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3OneTimeClassificationType,S3OneTimeClassificationType
-
oneTime
ClassificationTypeUpdate.Builder oneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
- Parameters:
oneTime- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3OneTimeClassificationType,S3OneTimeClassificationType
-
continuous
ClassificationTypeUpdate.Builder continuous(String continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
- Parameters:
continuous- (Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ContinuousClassificationType,S3ContinuousClassificationType
-
continuous
ClassificationTypeUpdate.Builder continuous(S3ContinuousClassificationType continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
- Parameters:
continuous- (Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ContinuousClassificationType,S3ContinuousClassificationType
-
-