Interface ListPullTimeUpdateExclusionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPullTimeUpdateExclusionsResponse.Builder,,ListPullTimeUpdateExclusionsResponse> EcrResponse.Builder,SdkBuilder<ListPullTimeUpdateExclusionsResponse.Builder,,ListPullTimeUpdateExclusionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListPullTimeUpdateExclusionsResponse
@Mutable
@NotThreadSafe
public static interface ListPullTimeUpdateExclusionsResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<ListPullTimeUpdateExclusionsResponse.Builder,ListPullTimeUpdateExclusionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThenextTokenvalue to include in a futureListPullTimeUpdateExclusionsrequest.pullTimeUpdateExclusions(String... pullTimeUpdateExclusions) The list of IAM principal ARNs that are excluded from having their image pull times recorded.pullTimeUpdateExclusions(Collection<String> pullTimeUpdateExclusions) The list of IAM principal ARNs that are excluded from having their image pull times recorded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pullTimeUpdateExclusions
ListPullTimeUpdateExclusionsResponse.Builder pullTimeUpdateExclusions(Collection<String> pullTimeUpdateExclusions) The list of IAM principal ARNs that are excluded from having their image pull times recorded.
- Parameters:
pullTimeUpdateExclusions- The list of IAM principal ARNs that are excluded from having their image pull times recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullTimeUpdateExclusions
ListPullTimeUpdateExclusionsResponse.Builder pullTimeUpdateExclusions(String... pullTimeUpdateExclusions) The list of IAM principal ARNs that are excluded from having their image pull times recorded.
- Parameters:
pullTimeUpdateExclusions- The list of IAM principal ARNs that are excluded from having their image pull times recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextTokenvalue to include in a futureListPullTimeUpdateExclusionsrequest. When the results of aListPullTimeUpdateExclusionsrequest 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 futureListPullTimeUpdateExclusionsrequest. When the results of aListPullTimeUpdateExclusionsrequest 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.
-