Interface SetRepositoryPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SetRepositoryPolicyResponse.Builder,SetRepositoryPolicyResponse>,EcrPublicResponse.Builder,SdkBuilder<SetRepositoryPolicyResponse.Builder,SetRepositoryPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetRepositoryPolicyResponse
public static interface SetRepositoryPolicyResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<SetRepositoryPolicyResponse.Builder,SetRepositoryPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetRepositoryPolicyResponse.BuilderpolicyText(String policyText)The JSON repository policy text that's applied to the repository.SetRepositoryPolicyResponse.BuilderregistryId(String registryId)The registry ID that's associated with the request.SetRepositoryPolicyResponse.BuilderrepositoryName(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 Detail
-
registryId
SetRepositoryPolicyResponse.Builder registryId(String 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
SetRepositoryPolicyResponse.Builder repositoryName(String 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
SetRepositoryPolicyResponse.Builder policyText(String policyText)
The JSON repository policy text that's applied to the repository.
- Parameters:
policyText- The JSON repository policy text that's applied to the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-