Interface DeleteRepositoryRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>, EcrPublicRequest.Builder, SdkBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteRepositoryRequest

public static interface DeleteRepositoryRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
  • Method Details

    • registryId

      DeleteRepositoryRequest.Builder registryId(String registryId)

      The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.

      Parameters:
      registryId - The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      DeleteRepositoryRequest.Builder repositoryName(String repositoryName)

      The name of the repository to delete.

      Parameters:
      repositoryName - The name of the repository to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • force

      The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.

      Parameters:
      force - The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.