Class DeleteCatalogEntryOptions.Builder

  • Enclosing class:
    DeleteCatalogEntryOptions

    public static class DeleteCatalogEntryOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String id)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
    • Method Detail

      • build

        public DeleteCatalogEntryOptions build()
        Builds a DeleteCatalogEntryOptions.
        Returns:
        the new DeleteCatalogEntryOptions instance
      • account

        public DeleteCatalogEntryOptions.Builder account​(java.lang.String account)
        Set the account.
        Parameters:
        account - the account
        Returns:
        the DeleteCatalogEntryOptions builder
      • force

        public DeleteCatalogEntryOptions.Builder force​(java.lang.Boolean force)
        Set the force.
        Parameters:
        force - the force
        Returns:
        the DeleteCatalogEntryOptions builder