Interface GetRepositoryPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRepositoryPolicyResponse.Builder,
,GetRepositoryPolicyResponse> EcrPublicResponse.Builder
,SdkBuilder<GetRepositoryPolicyResponse.Builder,
,GetRepositoryPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRepositoryPolicyResponse
public static interface GetRepositoryPolicyResponse.Builder
extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyText
(String policyText) The repository policy text that's associated with the repository.registryId
(String registryId) The registry ID that's associated with the request.repositoryName
(String repositoryName) The repository name that's associated with the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ecrpublic.model.EcrPublicResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registryId
The registry ID that's associated with the request.
- Parameters:
registryId
- The registry ID that's associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
The repository name that's associated with the request.
- Parameters:
repositoryName
- The repository name that's associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyText
The repository policy text that's associated with the repository. The policy text will be in JSON format.
- Parameters:
policyText
- The repository policy text that's associated with the repository. The policy text will be in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-