Interface ListRulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRulesResponse.Builder,
,ListRulesResponse> DataZoneResponse.Builder
,SdkBuilder<ListRulesResponse.Builder,
,ListRulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRulesResponse
@Mutable
@NotThreadSafe
public static interface ListRulesResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<RuleSummary> items) The results of theListRules
action.items
(Consumer<RuleSummary.Builder>... items) The results of theListRules
action.items
(RuleSummary... items) The results of theListRules
action.When the number of rules is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of rules, the response includes a pagination token namedNextToken
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
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
-
items
The results of the
ListRules
action.- Parameters:
items
- The results of theListRules
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
ListRules
action.- Parameters:
items
- The results of theListRules
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
This is a convenience method that creates an instance of theListRules
action.RuleSummary.Builder
avoiding the need to create one manually viaRuleSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<RuleSummary>)
.- Parameters:
items
- 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
When the number of rules is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of rules, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListRules
to list the next set of rules.- Parameters:
nextToken
- When the number of rules is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of rules, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListRules
to list the next set of rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-