public static interface ListRulesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRulesResponse.Builder |
ruleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
ListRulesResponse.Builder |
ruleSummaryList(Consumer<RuleSummary.Builder>... ruleSummaryList)
Summary information about a rule.
|
ListRulesResponse.Builder |
ruleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesResponse.Builder ruleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
ruleSummaryList - Summary information about a rule.ListRulesResponse.Builder ruleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
ruleSummaryList - Summary information about a rule.ListRulesResponse.Builder ruleSummaryList(Consumer<RuleSummary.Builder>... ruleSummaryList)
Summary information about a rule.
This is a convenience method that creates an instance of theRuleSummary.Builder avoiding the need to create one
manually via RuleSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ruleSummaryList(List.
ruleSummaryList - a consumer that will call methods on
RuleSummary.Builder#ruleSummaryList(java.util.Collection) ListRulesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.