@Generated(value="software.amazon.awssdk:codegen") public final class S3ClassificationScopeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>
Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ClassificationScopeUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3ClassificationScopeUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
S3ClassificationScopeExclusionUpdate |
excludes()
The names of the S3 buckets to add or remove from the list.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ClassificationScopeUpdate.Builder> |
serializableBuilderClass() |
S3ClassificationScopeUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3ClassificationScopeExclusionUpdate excludes()
The names of the S3 buckets to add or remove from the list.
public S3ClassificationScopeUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>public static S3ClassificationScopeUpdate.Builder builder()
public static Class<? extends S3ClassificationScopeUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.