public static interface DescribeRegistriesRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DescribeRegistriesRequest.Builder,DescribeRegistriesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeRegistries in paginated output. |
DescribeRegistriesRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeRegistries request
where maxResults was used and the results exceeded the value of that parameter. |
DescribeRegistriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRegistriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRegistriesRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeRegistries request
where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
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.
nextToken - The nextToken value returned from a previous paginated DescribeRegistries
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value. This value is null when there are no more results to return. 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.
DescribeRegistriesRequest.Builder maxResults(Integer maxResults)
The maximum number of repository results returned by DescribeRegistries in paginated output.
When this parameter is used, DescribeRegistries only returns maxResults results in
a single page along with a nextToken response element. The remaining results of the initial
request can be seen by sending another DescribeRegistries request with the returned
nextToken value. This value can be between 1 and 1000. If this parameter is not used, then
DescribeRegistries returns up to 100 results and a nextToken value, if applicable.
maxResults - The maximum number of repository results returned by DescribeRegistries in paginated
output. When this parameter is used, DescribeRegistries only returns
maxResults results in a single page along with a nextToken response element.
The remaining results of the initial request can be seen by sending another
DescribeRegistries request with the returned nextToken value. This value can
be between 1 and 1000. If this parameter is not used, then DescribeRegistries returns up
to 100 results and a nextToken value, if applicable.DescribeRegistriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRegistriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.