Interface UpdatePullThroughCacheRuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePullThroughCacheRuleResponse.Builder,UpdatePullThroughCacheRuleResponse>,EcrResponse.Builder,SdkBuilder<UpdatePullThroughCacheRuleResponse.Builder,UpdatePullThroughCacheRuleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePullThroughCacheRuleResponse
public static interface UpdatePullThroughCacheRuleResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<UpdatePullThroughCacheRuleResponse.Builder,UpdatePullThroughCacheRuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePullThroughCacheRuleResponse.BuildercredentialArn(String credentialArn)The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.UpdatePullThroughCacheRuleResponse.BuilderecrRepositoryPrefix(String ecrRepositoryPrefix)The Amazon ECR repository prefix associated with the pull through cache rule.UpdatePullThroughCacheRuleResponse.BuilderregistryId(String registryId)The registry ID associated with the request.UpdatePullThroughCacheRuleResponse.BuilderupdatedAt(Instant updatedAt)The date and time, in JavaScript date format, when the pull through cache rule was updated.-
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
-
ecrRepositoryPrefix
UpdatePullThroughCacheRuleResponse.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
- Parameters:
ecrRepositoryPrefix- The Amazon ECR repository prefix associated with the pull through cache rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryId
UpdatePullThroughCacheRuleResponse.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.
-
updatedAt
UpdatePullThroughCacheRuleResponse.Builder updatedAt(Instant updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
- Parameters:
updatedAt- The date and time, in JavaScript date format, when the pull through cache rule was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialArn
UpdatePullThroughCacheRuleResponse.Builder credentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
- Parameters:
credentialArn- The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-