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