Class S3ClassificationScopeUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.S3ClassificationScopeUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ClassificationScopeUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3ClassificationScopeUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)S3ClassificationScopeExclusionUpdateexcludes()The names of the S3 buckets to add or remove from the list.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3ClassificationScopeUpdate.Builder>serializableBuilderClass()S3ClassificationScopeUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
excludes
public final S3ClassificationScopeExclusionUpdate excludes()
The names of the S3 buckets to add or remove from the list.
- Returns:
- The names of the S3 buckets to add or remove from the list.
-
toBuilder
public S3ClassificationScopeUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>
-
builder
public static S3ClassificationScopeUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ClassificationScopeUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-