Interface DescribePullThroughCacheRulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePullThroughCacheRulesResponse.Builder,DescribePullThroughCacheRulesResponse>,EcrResponse.Builder,SdkBuilder<DescribePullThroughCacheRulesResponse.Builder,DescribePullThroughCacheRulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePullThroughCacheRulesResponse
public static interface DescribePullThroughCacheRulesResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribePullThroughCacheRulesResponse.Builder,DescribePullThroughCacheRulesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePullThroughCacheRulesResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureDescribePullThroughCacheRulesRequestrequest.DescribePullThroughCacheRulesResponse.BuilderpullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)The details of the pull through cache rules.DescribePullThroughCacheRulesResponse.BuilderpullThroughCacheRules(Consumer<PullThroughCacheRule.Builder>... pullThroughCacheRules)The details of the pull through cache rules.DescribePullThroughCacheRulesResponse.BuilderpullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)The details of the pull through cache rules.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.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 Detail
-
pullThroughCacheRules
DescribePullThroughCacheRulesResponse.Builder pullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
- Parameters:
pullThroughCacheRules- The details of the pull through cache rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullThroughCacheRules
DescribePullThroughCacheRulesResponse.Builder pullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
- Parameters:
pullThroughCacheRules- The details of the pull through cache rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullThroughCacheRules
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.Builderavoiding the need to create one manually viaPullThroughCacheRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pullThroughCacheRules(List.) - Parameters:
pullThroughCacheRules- a consumer that will call methods onPullThroughCacheRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pullThroughCacheRules(java.util.Collection)
-
nextToken
DescribePullThroughCacheRulesResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureDescribePullThroughCacheRulesRequestrequest. When the results of aDescribePullThroughCacheRulesRequestrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureDescribePullThroughCacheRulesRequestrequest. When the results of aDescribePullThroughCacheRulesRequestrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-