Class DeleteCatalogOptions.Builder

  • Enclosing class:
    DeleteCatalogOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public DeleteCatalogOptions build()
        Builds a DeleteCatalogOptions.
        Returns:
        the new DeleteCatalogOptions instance
      • name

        public DeleteCatalogOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the DeleteCatalogOptions builder
      • skipMdsCall

        public DeleteCatalogOptions.Builder skipMdsCall​(java.lang.Boolean skipMdsCall)
        Set the skipMdsCall.
        Parameters:
        skipMdsCall - the skipMdsCall
        Returns:
        the DeleteCatalogOptions builder
      • authInstanceId

        public DeleteCatalogOptions.Builder authInstanceId​(java.lang.String authInstanceId)
        Set the authInstanceId.
        Parameters:
        authInstanceId - the authInstanceId
        Returns:
        the DeleteCatalogOptions builder