Interface GetRegistryPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRegistryPolicyResponse.Builder,GetRegistryPolicyResponse>,EcrResponse.Builder,SdkBuilder<GetRegistryPolicyResponse.Builder,GetRegistryPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRegistryPolicyResponse
public static interface GetRegistryPolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetRegistryPolicyResponse.Builder,GetRegistryPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRegistryPolicyResponse.BuilderpolicyText(String policyText)The JSON text of the permissions policy for a registry.GetRegistryPolicyResponse.BuilderregistryId(String registryId)The registry ID 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
GetRegistryPolicyResponse.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.
-
policyText
GetRegistryPolicyResponse.Builder policyText(String policyText)
The JSON text of the permissions policy for a registry.
- Parameters:
policyText- The JSON text of the permissions policy for a registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-