Class DataRetrievalRule
- java.lang.Object
-
- software.amazon.awssdk.services.glacier.model.DataRetrievalRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataRetrievalRule.Builder,DataRetrievalRule>
@Generated("software.amazon.awssdk:codegen") public final class DataRetrievalRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataRetrievalRule.Builder,DataRetrievalRule>
Data retrieval policy rule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataRetrievalRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataRetrievalRule.Builderbuilder()LongbytesPerHour()The maximum number of bytes that can be retrieved in an hour.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataRetrievalRule.Builder>serializableBuilderClass()Stringstrategy()The type of data retrieval policy to set.DataRetrievalRule.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
-
strategy
public final String strategy()
The type of data retrieval policy to set.
Valid values: BytesPerHour|FreeTier|None
- Returns:
- The type of data retrieval policy to set.
Valid values: BytesPerHour|FreeTier|None
-
bytesPerHour
public final Long bytesPerHour()
The maximum number of bytes that can be retrieved in an hour.
This field is required only if the value of the Strategy field is
BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set toBytesPerHourand you set this field.- Returns:
- The maximum number of bytes that can be retrieved in an hour.
This field is required only if the value of the Strategy field is
BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set toBytesPerHourand you set this field.
-
toBuilder
public DataRetrievalRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataRetrievalRule.Builder,DataRetrievalRule>
-
builder
public static DataRetrievalRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataRetrievalRule.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.
-
-