public static interface ClassificationType.Builder extends SdkPojo, CopyableBuilder<ClassificationType.Builder,ClassificationType>
| Modifier and Type | Method and Description |
|---|---|
ClassificationType.Builder |
continuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType.Builder |
continuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType.Builder |
oneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationType.Builder |
oneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationType.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,
S3OneTimeClassificationTypeClassificationType.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,
S3OneTimeClassificationTypeClassificationType.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,
S3ContinuousClassificationTypeClassificationType.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.