Interface ListRulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListRulesResponse.Builder,
,ListRulesResponse> SdkBuilder<ListRulesResponse.Builder,
,ListRulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRulesResponse
@Mutable
@NotThreadSafe
public static interface ListRulesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf there are additional results, this is the token for the next set of results.ruleSummaryList
(Collection<RuleSummary> ruleSummaryList) Summary information about a rule.ruleSummaryList
(Consumer<RuleSummary.Builder>... ruleSummaryList) Summary information about a rule.ruleSummaryList
(RuleSummary... ruleSummaryList) Summary information about a rule.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ruleSummaryList
Summary information about a rule.
- Parameters:
ruleSummaryList
- Summary information about a rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSummaryList
Summary information about a rule.
- Parameters:
ruleSummaryList
- Summary information about a rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaRuleSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruleSummaryList(List<RuleSummary>)
.- Parameters:
ruleSummaryList
- a consumer that will call methods onRuleSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken
- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-