Class ReplicationTimeValue
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ReplicationTimeValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationTimeValue.Builder,ReplicationTimeValue>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationTimeValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTimeValue.Builder,ReplicationTimeValue>
A container that specifies the time value for S3 Replication Time Control (S3 RTC). This value is also used for the replication metrics
EventThresholdelement.This is not supported by Amazon S3 on Outposts buckets.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicationTimeValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicationTimeValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerminutes()Contains an integer that specifies the time period in minutes.List<SdkField<?>>sdkFields()static Class<? extends ReplicationTimeValue.Builder>serializableBuilderClass()ReplicationTimeValue.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
-
minutes
public final Integer minutes()
Contains an integer that specifies the time period in minutes.
Valid value: 15
- Returns:
- Contains an integer that specifies the time period in minutes.
Valid value: 15
-
toBuilder
public ReplicationTimeValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationTimeValue.Builder,ReplicationTimeValue>
-
builder
public static ReplicationTimeValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationTimeValue.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.
-
-