public static interface DataRetrievalPolicy.Builder extends CopyableBuilder<DataRetrievalPolicy.Builder,DataRetrievalPolicy>
| Modifier and Type | Method and Description |
|---|---|
DataRetrievalPolicy.Builder |
rules(Collection<DataRetrievalRule> rules)
The policy rule.
|
DataRetrievalPolicy.Builder |
rules(DataRetrievalRule... rules)
The policy rule.
|
copyapply, buildDataRetrievalPolicy.Builder rules(Collection<DataRetrievalRule> rules)
The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.
rules - The policy rule. Although this is a list type, currently there must be only one rule, which contains a
Strategy field and optionally a BytesPerHour field.DataRetrievalPolicy.Builder rules(DataRetrievalRule... rules)
The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.
rules - The policy rule. Although this is a list type, currently there must be only one rule, which contains a
Strategy field and optionally a BytesPerHour field.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.