Interface DescribeRegistriesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRegistriesResponse.Builder,
,DescribeRegistriesResponse> EcrPublicResponse.Builder
,SdkBuilder<DescribeRegistriesResponse.Builder,
,DescribeRegistriesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRegistriesResponse
public static interface DescribeRegistriesResponse.Builder
extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegistriesResponse.Builder,DescribeRegistriesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThenextToken
value to include in a futureDescribeRepositories
request.registries
(Collection<Registry> registries) An object that contains the details for a public registry.registries
(Consumer<Registry.Builder>... registries) An object that contains the details for a public registry.registries
(Registry... registries) An object that contains the details for a public registry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ecrpublic.model.EcrPublicResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registries
An object that contains the details for a public registry.
- Parameters:
registries
- An object that contains the details for a public registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registries
An object that contains the details for a public registry.
- Parameters:
registries
- An object that contains the details for a public registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registries
An object that contains the details for a public registry.
This is a convenience method that creates an instance of theRegistry.Builder
avoiding the need to create one manually viaRegistry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregistries(List<Registry>)
.- Parameters:
registries
- a consumer that will call methods onRegistry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextToken
value to include in a futureDescribeRepositories
request. If the results of aDescribeRepositories
request exceedmaxResults
, you can use this value to retrieve the next page of results. If there are no more results, this value isnull
.- Parameters:
nextToken
- ThenextToken
value to include in a futureDescribeRepositories
request. If the results of aDescribeRepositories
request exceedmaxResults
, you can use this value to retrieve the next page of results. If there are no more results, this value isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-