Interface ListImageReferrersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListImageReferrersRequest.Builder,,ListImageReferrersRequest> EcrRequest.Builder,SdkBuilder<ListImageReferrersRequest.Builder,,ListImageReferrersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListImageReferrersRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe filter key and value with which to filter yourListImageReferrersresults.filter(ListImageReferrersFilter filter) The filter key and value with which to filter yourListImageReferrersresults.maxResults(Integer maxResults) The maximum number of image referrer results returned byListImageReferrersin paginated output.ThenextTokenvalue returned from a previous paginatedListImageReferrersrequest wheremaxResultswas used and the results exceeded the value of that parameter.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registryId(String registryId) The Amazon Web Services account ID associated with the registry that contains the repository in which to list image referrers.repositoryName(String repositoryName) The name of the repository that contains the subject image.subjectId(Consumer<SubjectIdentifier.Builder> subjectId) An object containing the image digest of the subject image for which to retrieve associated artifacts.subjectId(SubjectIdentifier subjectId) An object containing the image digest of the subject image for which to retrieve associated artifacts.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
registryId
The Amazon Web Services account ID associated with the registry that contains the repository in which to list image referrers. 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 repository in which to list image referrers. 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.
-
repositoryName
The name of the repository that contains the subject image.
- Parameters:
repositoryName- The name of the repository that contains the subject image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectId
An object containing the image digest of the subject image for which to retrieve associated artifacts.
- Parameters:
subjectId- An object containing the image digest of the subject image for which to retrieve associated artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectId
An object containing the image digest of the subject image for which to retrieve associated artifacts.
This is a convenience method that creates an instance of theSubjectIdentifier.Builderavoiding the need to create one manually viaSubjectIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubjectId(SubjectIdentifier).- Parameters:
subjectId- a consumer that will call methods onSubjectIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filter
The filter key and value with which to filter your
ListImageReferrersresults. If no filter is specified, only artifacts withACTIVEstatus are returned.- Parameters:
filter- The filter key and value with which to filter yourListImageReferrersresults. If no filter is specified, only artifacts withACTIVEstatus are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The filter key and value with which to filter your
This is a convenience method that creates an instance of theListImageReferrersresults. If no filter is specified, only artifacts withACTIVEstatus are returned.ListImageReferrersFilter.Builderavoiding the need to create one manually viaListImageReferrersFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(ListImageReferrersFilter).- Parameters:
filter- a consumer that will call methods onListImageReferrersFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextTokenvalue returned from a previous paginatedListImageReferrersrequest 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 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 paginatedListImageReferrersrequest 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 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
The maximum number of image referrer results returned by
ListImageReferrersin paginated output. When this parameter is used,ListImageReferrersonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListImageReferrersrequest with the returnednextTokenvalue. This value can be between 1 and 50. If this parameter is not used, thenListImageReferrersreturns up to 50 results and anextTokenvalue, if applicable.- Parameters:
maxResults- The maximum number of image referrer results returned byListImageReferrersin paginated output. When this parameter is used,ListImageReferrersonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListImageReferrersrequest with the returnednextTokenvalue. This value can be between 1 and 50. If this parameter is not used, thenListImageReferrersreturns up to 50 results and anextTokenvalue, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListImageReferrersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListImageReferrersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-