CopyableBuilder<DataRetrievalRule.Builder,DataRetrievalRule>, SdkBuilder<DataRetrievalRule.Builder,DataRetrievalRule>public static interface DataRetrievalRule.Builder extends CopyableBuilder<DataRetrievalRule.Builder,DataRetrievalRule>
| Modifier and Type | Method | Description |
|---|---|---|
DataRetrievalRule.Builder |
bytesPerHour(Long bytesPerHour) |
The maximum number of bytes that can be retrieved in an hour.
|
DataRetrievalRule.Builder |
strategy(String strategy) |
The type of data retrieval policy to set.
|
copyapply, buildDataRetrievalRule.Builder strategy(String strategy)
The type of data retrieval policy to set.
Valid values: BytesPerHour|FreeTier|None
strategy - The type of data retrieval policy to set.
Valid values: BytesPerHour|FreeTier|None
DataRetrievalRule.Builder bytesPerHour(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 to BytesPerHour and you set this
field.
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 to BytesPerHour and you set
this field.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.