Interface PutLifecyclePolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<PutLifecyclePolicyResponse.Builder,PutLifecyclePolicyResponse>, EcrResponse.Builder, SdkBuilder<PutLifecyclePolicyResponse.Builder,PutLifecyclePolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutLifecyclePolicyResponse

public static interface PutLifecyclePolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<PutLifecyclePolicyResponse.Builder,PutLifecyclePolicyResponse>
  • Method Details

    • 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

      PutLifecyclePolicyResponse.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.
    • lifecyclePolicyText

      PutLifecyclePolicyResponse.Builder lifecyclePolicyText(String lifecyclePolicyText)

      The JSON repository policy text.

      Parameters:
      lifecyclePolicyText - The JSON repository policy text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.