CopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
, SdkBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
public static interface GetRepositoryPolicyResponse.Builder extends CopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetRepositoryPolicyResponse.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.