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