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