public static interface ClassificationTypeUpdate.Builder extends SdkPojo, CopyableBuilder<ClassificationTypeUpdate.Builder,ClassificationTypeUpdate>
| Modifier and Type | Method and Description |
|---|---|
ClassificationTypeUpdate.Builder |
continuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate.Builder |
continuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate.Builder |
oneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationTypeUpdate.Builder |
oneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationTypeUpdate.Builder oneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationType,
S3OneTimeClassificationTypeClassificationTypeUpdate.Builder oneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationType,
S3OneTimeClassificationTypeClassificationTypeUpdate.Builder continuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie begins performing continuous classification after a bucket is successfully associated with Amazon Macie.
continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie
begins performing continuous classification after a bucket is successfully associated with Amazon
Macie.S3ContinuousClassificationType,
S3ContinuousClassificationTypeClassificationTypeUpdate.Builder continuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie begins performing continuous classification after a bucket is successfully associated with Amazon Macie.
continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie
begins performing continuous classification after a bucket is successfully associated with Amazon
Macie.S3ContinuousClassificationType,
S3ContinuousClassificationTypeCopyright © 2019. All rights reserved.