Interface DescribePullThroughCacheRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribePullThroughCacheRulesRequest.Builder,DescribePullThroughCacheRulesRequest>,EcrRequest.Builder,SdkBuilder<DescribePullThroughCacheRulesRequest.Builder,DescribePullThroughCacheRulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribePullThroughCacheRulesRequest
public static interface DescribePullThroughCacheRulesRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DescribePullThroughCacheRulesRequest.Builder,DescribePullThroughCacheRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePullThroughCacheRulesRequest.BuilderecrRepositoryPrefixes(String... ecrRepositoryPrefixes)The Amazon ECR repository prefixes associated with the pull through cache rules to return.DescribePullThroughCacheRulesRequest.BuilderecrRepositoryPrefixes(Collection<String> ecrRepositoryPrefixes)The Amazon ECR repository prefixes associated with the pull through cache rules to return.DescribePullThroughCacheRulesRequest.BuildermaxResults(Integer maxResults)The maximum number of pull through cache rules returned byDescribePullThroughCacheRulesRequestin paginated output.DescribePullThroughCacheRulesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedDescribePullThroughCacheRulesRequestrequest wheremaxResultswas used and the results exceeded the value of that parameter.DescribePullThroughCacheRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePullThroughCacheRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePullThroughCacheRulesRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry to return the pull through cache rules for.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
registryId
DescribePullThroughCacheRulesRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry to return the pull through cache rules for. If you do not specify a registry, the default registry is assumed.
- Parameters:
registryId- The Amazon Web Services account ID associated with the registry to return the pull through cache rules for. If you do not specify a registry, the default registry is assumed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecrRepositoryPrefixes
DescribePullThroughCacheRulesRequest.Builder ecrRepositoryPrefixes(Collection<String> ecrRepositoryPrefixes)
The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned.
- Parameters:
ecrRepositoryPrefixes- The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecrRepositoryPrefixes
DescribePullThroughCacheRulesRequest.Builder ecrRepositoryPrefixes(String... ecrRepositoryPrefixes)
The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned.
- Parameters:
ecrRepositoryPrefixes- The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribePullThroughCacheRulesRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedDescribePullThroughCacheRulesRequestrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedDescribePullThroughCacheRulesRequestrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. 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.
-
maxResults
DescribePullThroughCacheRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of pull through cache rules returned by
DescribePullThroughCacheRulesRequestin paginated output. When this parameter is used,DescribePullThroughCacheRulesRequestonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribePullThroughCacheRulesRequestrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribePullThroughCacheRulesRequestreturns up to 100 results and anextTokenvalue, if applicable.- Parameters:
maxResults- The maximum number of pull through cache rules returned byDescribePullThroughCacheRulesRequestin paginated output. When this parameter is used,DescribePullThroughCacheRulesRequestonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribePullThroughCacheRulesRequestrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribePullThroughCacheRulesRequestreturns up to 100 results and anextTokenvalue, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribePullThroughCacheRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribePullThroughCacheRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-