public static interface ListRulesResponse.Builder extends RbinResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListRulesResponse.Builder |
rules(Collection<RuleSummary> rules)
Information about the retention rules.
|
ListRulesResponse.Builder |
rules(Consumer<RuleSummary.Builder>... rules)
Information about the retention rules.
|
ListRulesResponse.Builder |
rules(RuleSummary... rules)
Information about the retention rules.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesResponse.Builder rules(Collection<RuleSummary> rules)
Information about the retention rules.
rules - Information about the retention rules.ListRulesResponse.Builder rules(RuleSummary... rules)
Information about the retention rules.
rules - Information about the retention rules.ListRulesResponse.Builder rules(Consumer<RuleSummary.Builder>... rules)
Information about the retention rules.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) ListRulesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.