@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationTypeUpdate extends Object implements Serializable, Cloneable, StructuredPojo
The classification type that Amazon Macie applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified.
| Constructor and Description |
|---|
ClassificationTypeUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationTypeUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getContinuous()
A continuous classification of the objects that are added to a specified S3 bucket.
|
String |
getOneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
void |
setOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ClassificationTypeUpdate |
withContinuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
withContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationTypeUpdate |
withOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
public void setOneTime(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.S3OneTimeClassificationTypepublic String getOneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
S3OneTimeClassificationTypepublic ClassificationTypeUpdate withOneTime(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.S3OneTimeClassificationTypepublic ClassificationTypeUpdate withOneTime(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.S3OneTimeClassificationTypepublic void setContinuous(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.S3ContinuousClassificationTypepublic String getContinuous()
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.
S3ContinuousClassificationTypepublic ClassificationTypeUpdate withContinuous(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.S3ContinuousClassificationTypepublic ClassificationTypeUpdate withContinuous(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.S3ContinuousClassificationTypepublic String toString()
toString in class ObjectObject.toString()public ClassificationTypeUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.