@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 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.
|
static S3ResourceClassification.Builder |
builder() |
ClassificationType |
classificationType()
The classification type that you want to specify for the resource associated with Amazon Macie.
|
boolean |
equals(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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ResourceClassification.Builder> |
serializableBuilderClass() |
S3ResourceClassification.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String bucketName()
The name of the S3 bucket that you want to associate with Amazon Macie.
public String prefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie.
public ClassificationType classificationType()
The classification type that you want to specify for the resource associated with Amazon Macie.
public S3ResourceClassification.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ResourceClassification.Builder,S3ResourceClassification>
public static S3ResourceClassification.Builder builder()
public static Class<? extends S3ResourceClassification.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.