Interface RegisterPullTimeUpdateExclusionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterPullTimeUpdateExclusionResponse.Builder,,RegisterPullTimeUpdateExclusionResponse> EcrResponse.Builder,SdkBuilder<RegisterPullTimeUpdateExclusionResponse.Builder,,RegisterPullTimeUpdateExclusionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterPullTimeUpdateExclusionResponse
@Mutable
@NotThreadSafe
public static interface RegisterPullTimeUpdateExclusionResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<RegisterPullTimeUpdateExclusionResponse.Builder,RegisterPullTimeUpdateExclusionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time, expressed in standard JavaScript date format, when the exclusion was created.principalArn(String principalArn) The ARN of the IAM principal that was added to the pull time update exclusion list.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
-
principalArn
The ARN of the IAM principal that was added to the pull time update exclusion list.
- Parameters:
principalArn- The ARN of the IAM principal that was added to the pull time update exclusion list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time, expressed in standard JavaScript date format, when the exclusion was created.
- Parameters:
createdAt- The date and time, expressed in standard JavaScript date format, when the exclusion was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-