public static interface ListArchiveRulesResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<ListArchiveRulesResponse.Builder,ListArchiveRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListArchiveRulesResponse.Builder |
archiveRules(ArchiveRuleSummary... archiveRules)
A list of archive rules created for the specified analyzer.
|
ListArchiveRulesResponse.Builder |
archiveRules(Collection<ArchiveRuleSummary> archiveRules)
A list of archive rules created for the specified analyzer.
|
ListArchiveRulesResponse.Builder |
archiveRules(Consumer<ArchiveRuleSummary.Builder>... archiveRules)
A list of archive rules created for the specified analyzer.
|
ListArchiveRulesResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArchiveRulesResponse.Builder archiveRules(Collection<ArchiveRuleSummary> archiveRules)
A list of archive rules created for the specified analyzer.
archiveRules - A list of archive rules created for the specified analyzer.ListArchiveRulesResponse.Builder archiveRules(ArchiveRuleSummary... archiveRules)
A list of archive rules created for the specified analyzer.
archiveRules - A list of archive rules created for the specified analyzer.ListArchiveRulesResponse.Builder archiveRules(Consumer<ArchiveRuleSummary.Builder>... archiveRules)
A list of archive rules created for the specified analyzer.
This is a convenience method that creates an instance of theArchiveRuleSummary.Builder avoiding the need to
create one manually via
ArchiveRuleSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #archiveRules(List.
archiveRules - a consumer that will call methods on
ArchiveRuleSummary.Builder#archiveRules(java.util.Collection) ListArchiveRulesResponse.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.Copyright © 2022. All rights reserved.