@Generated(value="software.amazon.awssdk:codegen") public final class ClassificationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClassificationType.Builder,ClassificationType>
The classification type that Amazon Macie applies to the associated S3 resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClassificationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationType.Builder |
builder() |
S3ContinuousClassificationType |
continuous()
A continuous classification of the objects that are added to a specified S3 bucket.
|
String |
continuousAsString()
A continuous classification of the objects that are added to a specified S3 bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3OneTimeClassificationType |
oneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
|
String |
oneTimeAsString()
A one-time classification of all of the existing objects in a specified S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClassificationType.Builder> |
serializableBuilderClass() |
ClassificationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic S3OneTimeClassificationType oneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
If the service returns an enum value that is not available in the current SDK version, oneTime will
return S3OneTimeClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from oneTimeAsString().
S3OneTimeClassificationTypepublic String oneTimeAsString()
A one-time classification of all of the existing objects in a specified S3 bucket.
If the service returns an enum value that is not available in the current SDK version, oneTime will
return S3OneTimeClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from oneTimeAsString().
S3OneTimeClassificationTypepublic 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.
If the service returns an enum value that is not available in the current SDK version, continuous will
return S3ContinuousClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from continuousAsString().
S3ContinuousClassificationTypepublic String continuousAsString()
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.
If the service returns an enum value that is not available in the current SDK version, continuous will
return S3ContinuousClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from continuousAsString().
S3ContinuousClassificationTypepublic ClassificationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClassificationType.Builder,ClassificationType>public static ClassificationType.Builder builder()
public static Class<? extends ClassificationType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.