public static interface DescribePullThroughCacheRulesResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribePullThroughCacheRulesResponse.Builder,DescribePullThroughCacheRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePullThroughCacheRulesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. |
DescribePullThroughCacheRulesResponse.Builder |
pullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
|
DescribePullThroughCacheRulesResponse.Builder |
pullThroughCacheRules(Consumer<PullThroughCacheRule.Builder>... pullThroughCacheRules)
The details of the pull through cache rules.
|
DescribePullThroughCacheRulesResponse.Builder |
pullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePullThroughCacheRulesResponse.Builder pullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
pullThroughCacheRules - The details of the pull through cache rules.DescribePullThroughCacheRulesResponse.Builder pullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
pullThroughCacheRules - The details of the pull through cache rules.DescribePullThroughCacheRulesResponse.Builder pullThroughCacheRules(Consumer<PullThroughCacheRule.Builder>... pullThroughCacheRules)
The details of the pull through cache rules.
This is a convenience method that creates an instance of thePullThroughCacheRule.Builder avoiding the need to create
one manually via PullThroughCacheRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #pullThroughCacheRules(List.
pullThroughCacheRules - a consumer that will call methods on
PullThroughCacheRule.Builder#pullThroughCacheRules(java.util.Collection) DescribePullThroughCacheRulesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null when
there are no more results to return.
nextToken - The nextToken value to include in a future
DescribePullThroughCacheRulesRequest request. When the results of a
DescribePullThroughCacheRulesRequest request exceed maxResults, this value
can be used to retrieve the next page of results. This value is null when there are no more results to
return.Copyright © 2023. All rights reserved.