@Generated(value="software.amazon.awssdk:codegen") public final class S3ResourceClassificationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ResourceClassificationUpdate.Builder,S3ResourceClassificationUpdate>
The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.
Modifier and Type | Class and Description |
---|---|
static interface |
S3ResourceClassificationUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketName()
The name of the S3 bucket whose classification types you want to update.
|
static S3ResourceClassificationUpdate.Builder |
builder() |
ClassificationTypeUpdate |
classificationTypeUpdate()
The classification type that you want to update 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 whose classification types you want to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ResourceClassificationUpdate.Builder> |
serializableBuilderClass() |
S3ResourceClassificationUpdate.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 whose classification types you want to update.
public String prefix()
The prefix of the S3 bucket whose classification types you want to update.
public ClassificationTypeUpdate classificationTypeUpdate()
The classification type that you want to update for the resource associated with Amazon Macie.
public S3ResourceClassificationUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ResourceClassificationUpdate.Builder,S3ResourceClassificationUpdate>
public static S3ResourceClassificationUpdate.Builder builder()
public static Class<? extends S3ResourceClassificationUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.