Class SourceSelectionCriteria
- All Implemented Interfaces:
Serializable,SdkPojo,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ReplicaModificationsA filter that you can specify for selections for modifications on replicas.static Class<? extends SourceSelectionCriteria.Builder> final SseKmsEncryptedObjectsA container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceSelectionCriteria.Builder,SourceSelectionCriteria> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-