@Generated(value="software.amazon.awssdk:codegen") public final class S3ResourceClassification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ResourceClassification.Builder,S3ResourceClassification>
The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ResourceClassification.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
|
static S3ResourceClassification.Builder |
builder() |
ClassificationType |
classificationType()
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ResourceClassification.Builder> |
serializableBuilderClass() |
S3ResourceClassification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String bucketName()
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
public String prefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
public ClassificationType classificationType()
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
public S3ResourceClassification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ResourceClassification.Builder,S3ResourceClassification>public static S3ResourceClassification.Builder builder()
public static Class<? extends S3ResourceClassification.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.