CopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
, SdkBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
public static interface GetRepositoryPolicyRequest.Builder extends CopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
GetRepositoryPolicyRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry that contains the repository.
|
GetRepositoryPolicyRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository whose policy you want to retrieve.
|
copy
apply, build
GetRepositoryPolicyRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the repository. If you do not specify a
registry, the default registry is assumed.GetRepositoryPolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository whose policy you want to retrieve.
repositoryName
- The name of the repository whose policy you want to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.