Interface DescribeRepositoriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRepositoriesRequest.Builder,DescribeRepositoriesRequest>,EcrRequest.Builder,SdkBuilder<DescribeRepositoriesRequest.Builder,DescribeRepositoriesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRepositoriesRequest
public static interface DescribeRepositoriesRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DescribeRepositoriesRequest.Builder,DescribeRepositoriesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRepositoriesRequest.BuildermaxResults(Integer maxResults)The maximum number of repository results returned byDescribeRepositoriesin paginated output.DescribeRepositoriesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedDescribeRepositoriesrequest wheremaxResultswas used and the results exceeded the value of that parameter.DescribeRepositoriesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRepositoriesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRepositoriesRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the repositories to be described.DescribeRepositoriesRequest.BuilderrepositoryNames(String... repositoryNames)A list of repositories to describe.DescribeRepositoriesRequest.BuilderrepositoryNames(Collection<String> repositoryNames)A list of repositories to describe.-
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
DescribeRepositoriesRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.
- Parameters:
registryId- The Amazon Web Services account ID associated with the registry that contains the repositories to be described. 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.
-
repositoryNames
DescribeRepositoriesRequest.Builder repositoryNames(Collection<String> repositoryNames)
A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
- Parameters:
repositoryNames- A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryNames
DescribeRepositoriesRequest.Builder repositoryNames(String... repositoryNames)
A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
- Parameters:
repositoryNames- A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeRepositoriesRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedDescribeRepositoriesrequest 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 isnullwhen there are no more results to return. This option cannot be used when you specify repositories withrepositoryNames.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedDescribeRepositoriesrequest 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 isnullwhen there are no more results to return. This option cannot be used when you specify repositories withrepositoryNames.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeRepositoriesRequest.Builder maxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeRepositoriesin paginated output. When this parameter is used,DescribeRepositoriesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeRepositoriesrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribeRepositoriesreturns up to 100 results and anextTokenvalue, if applicable. This option cannot be used when you specify repositories withrepositoryNames.- Parameters:
maxResults- The maximum number of repository results returned byDescribeRepositoriesin paginated output. When this parameter is used,DescribeRepositoriesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeRepositoriesrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribeRepositoriesreturns up to 100 results and anextTokenvalue, if applicable. This option cannot be used when you specify repositories withrepositoryNames.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRepositoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRepositoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-