public static interface SetRepositoryPolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<SetRepositoryPolicyResponse.Builder,SetRepositoryPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
SetRepositoryPolicyResponse.Builder |
policyText(String policyText)
The JSON repository policy text applied to the repository.
|
SetRepositoryPolicyResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
SetRepositoryPolicyResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildSetRepositoryPolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.SetRepositoryPolicyResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.SetRepositoryPolicyResponse.Builder policyText(String policyText)
The JSON repository policy text applied to the repository.
policyText - The JSON repository policy text applied to the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.