Interface GetRepositoryPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
,EcrResponse.Builder
,SdkBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetRepositoryPolicyResponse
public static interface GetRepositoryPolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registryId
GetRepositoryPolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
GetRepositoryPolicyResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
- Parameters:
repositoryName
- The repository name associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyText
GetRepositoryPolicyResponse.Builder policyText(String policyText)
The JSON repository policy text associated with the repository.
- Parameters:
policyText
- The JSON repository policy text associated with the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-