@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationTypeUpdate extends Object implements Serializable, Cloneable, StructuredPojo
(Discontinued) The classification type that Amazon Macie Classic 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()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
String |
getOneTime()
(Discontinued) 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)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
void |
setOneTime(String oneTime)
(Discontinued) 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)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
withContinuous(String continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
withOneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationTypeUpdate |
withOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
public void setOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic String getOneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
S3OneTimeClassificationTypepublic ClassificationTypeUpdate withOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic ClassificationTypeUpdate withOneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic void setContinuous(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.
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.S3ContinuousClassificationTypepublic String getContinuous()
(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.
S3ContinuousClassificationTypepublic ClassificationTypeUpdate withContinuous(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.
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.S3ContinuousClassificationTypepublic ClassificationTypeUpdate withContinuous(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.
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.S3ContinuousClassificationTypepublic String toString()
toString in class ObjectObject.toString()public ClassificationTypeUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.