Class ReplicaModifications
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicaModifications.Builder,ReplicaModifications>
A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't replicate replica
modifications by default. In the latest version of replication configuration (when Filter is specified),
you can specify this element and set the status to Enabled to replicate modifications on replicas.
If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the
earlier version, V1. In the earlier version, this element is not allowed.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicaModifications.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ReplicaModifications.Builder>status()Specifies whether Amazon S3 replicates modifications on replicas.final StringSpecifies whether Amazon S3 replicates modifications on replicas.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
status
Specifies whether Amazon S3 replicates modifications on replicas.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReplicaModificationsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies whether Amazon S3 replicates modifications on replicas.
- See Also:
-
statusAsString
Specifies whether Amazon S3 replicates modifications on replicas.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReplicaModificationsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies whether Amazon S3 replicates modifications on replicas.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicaModifications.Builder,ReplicaModifications>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-