Interface DescribeRepositoryCreationTemplatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,
,DescribeRepositoryCreationTemplatesResponse> EcrResponse.Builder
,SdkBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,
,DescribeRepositoryCreationTemplatesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRepositoryCreationTemplatesResponse
@Mutable
@NotThreadSafe
public static interface DescribeRepositoryCreationTemplatesResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,DescribeRepositoryCreationTemplatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThenextToken
value to include in a futureDescribeRepositoryCreationTemplates
request.registryId
(String registryId) The registry ID associated with the request.repositoryCreationTemplates
(Collection<RepositoryCreationTemplate> repositoryCreationTemplates) The details of the repository creation templates.repositoryCreationTemplates
(Consumer<RepositoryCreationTemplate.Builder>... repositoryCreationTemplates) The details of the repository creation templates.repositoryCreationTemplates
(RepositoryCreationTemplate... repositoryCreationTemplates) The details of the repository creation templates.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 Details
-
registryId
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryCreationTemplates
DescribeRepositoryCreationTemplatesResponse.Builder repositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates) The details of the repository creation templates.
- Parameters:
repositoryCreationTemplates
- The details of the repository creation templates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryCreationTemplates
DescribeRepositoryCreationTemplatesResponse.Builder repositoryCreationTemplates(RepositoryCreationTemplate... repositoryCreationTemplates) The details of the repository creation templates.
- Parameters:
repositoryCreationTemplates
- The details of the repository creation templates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryCreationTemplates
DescribeRepositoryCreationTemplatesResponse.Builder repositoryCreationTemplates(Consumer<RepositoryCreationTemplate.Builder>... repositoryCreationTemplates) The details of the repository creation templates.
This is a convenience method that creates an instance of theRepositoryCreationTemplate.Builder
avoiding the need to create one manually viaRepositoryCreationTemplate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torepositoryCreationTemplates(List<RepositoryCreationTemplate>)
.- Parameters:
repositoryCreationTemplates
- a consumer that will call methods onRepositoryCreationTemplate.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 futureDescribeRepositoryCreationTemplates
request. When the results of aDescribeRepositoryCreationTemplates
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureDescribeRepositoryCreationTemplates
request. When the results of aDescribeRepositoryCreationTemplates
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-