Interface DescribeRepositoryCreationTemplatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,DescribeRepositoryCreationTemplatesResponse>,EcrResponse.Builder,SdkBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,DescribeRepositoryCreationTemplatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRepositoryCreationTemplatesResponse
public static interface DescribeRepositoryCreationTemplatesResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribeRepositoryCreationTemplatesResponse.Builder,DescribeRepositoryCreationTemplatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRepositoryCreationTemplatesResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureDescribeRepositoryCreationTemplatesrequest.DescribeRepositoryCreationTemplatesResponse.BuilderregistryId(String registryId)The registry ID associated with the request.DescribeRepositoryCreationTemplatesResponse.BuilderrepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)The details of the repository creation templates.DescribeRepositoryCreationTemplatesResponse.BuilderrepositoryCreationTemplates(Consumer<RepositoryCreationTemplate.Builder>... repositoryCreationTemplates)The details of the repository creation templates.DescribeRepositoryCreationTemplatesResponse.BuilderrepositoryCreationTemplates(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 Detail
-
registryId
DescribeRepositoryCreationTemplatesResponse.Builder registryId(String 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.Builderavoiding the need to create one manually viaRepositoryCreationTemplate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#repositoryCreationTemplates(List.) - 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:
#repositoryCreationTemplates(java.util.Collection)
-
nextToken
DescribeRepositoryCreationTemplatesResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureDescribeRepositoryCreationTemplatesrequest. When the results of aDescribeRepositoryCreationTemplatesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureDescribeRepositoryCreationTemplatesrequest. When the results of aDescribeRepositoryCreationTemplatesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-