public class SourceSelectionCriteria extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
SourceSelectionCriteria() |
| Modifier and Type | Method and Description |
|---|---|
SourceSelectionCriteria |
clone() |
boolean |
equals(Object obj) |
ReplicaModifications |
getReplicaModifications() |
SseKmsEncryptedObjects |
getSseKmsEncryptedObjects() |
int |
hashCode() |
void |
setReplicaModifications(ReplicaModifications replicaModifications)
Sets the container for filter information for the selection of changes made to S3 replica objects.
|
void |
setSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
Sets the container for filter information of selection of KMS Encrypted S3 objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SourceSelectionCriteria |
withReplicaModifications(ReplicaModifications replicaModifications)
Sets the container for filter information for the selection of changes made to S3 replica objects.
|
SourceSelectionCriteria |
withSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
Sets the container for filter information of selection of KMS Encrypted S3 objects.
|
public SseKmsEncryptedObjects getSseKmsEncryptedObjects()
public void setSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
sseKmsEncryptedObjects - New container.public SourceSelectionCriteria withSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
sseKmsEncryptedObjects - New container.public ReplicaModifications getReplicaModifications()
public void setReplicaModifications(ReplicaModifications replicaModifications)
replicaModifications - New replicaModifications.public SourceSelectionCriteria withReplicaModifications(ReplicaModifications replicaModifications)
replicaModifications - The new replicaModifications value.public String toString()
toString in class ObjectObject.toString()public SourceSelectionCriteria clone()