Class SourceSelectionCriteria
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.SourceSelectionCriteria
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceSelectionCriteria.Builder,SourceSelectionCriteria>
@Generated("software.amazon.awssdk:codegen") public final class SourceSelectionCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceSelectionCriteria.Builder,SourceSelectionCriteria>
A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer managed key stored in Amazon Web Services Key Management Service (SSE-KMS).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceSelectionCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceSelectionCriteria.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReplicaModificationsreplicaModifications()A filter that you can specify for selections for modifications on replicas.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SourceSelectionCriteria.Builder>serializableBuilderClass()SseKmsEncryptedObjectssseKmsEncryptedObjects()A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.SourceSelectionCriteria.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
-
sseKmsEncryptedObjects
public final SseKmsEncryptedObjects sseKmsEncryptedObjects()
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS. If you include
SourceSelectionCriteriain the replication configuration, this element is required.- Returns:
- A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web
Services KMS. If you include
SourceSelectionCriteriain the replication configuration, this element is required.
-
replicaModifications
public final ReplicaModifications replicaModifications()
A filter that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when
Filteris specified), you can specify this element and set the status toEnabledto replicate modifications on replicas.If you don't specify the
Filterelement, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed- Returns:
- A filter that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate
replica modifications by default. In the latest version of replication configuration (when
Filteris specified), you can specify this element and set the status toEnabledto replicate modifications on replicas.If you don't specify the
Filterelement, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed
-
toBuilder
public SourceSelectionCriteria.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceSelectionCriteria.Builder,SourceSelectionCriteria>
-
builder
public static SourceSelectionCriteria.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceSelectionCriteria.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-