Class DeleteSchemaOptions.Builder

  • Enclosing class:
    DeleteSchemaOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public DeleteSchemaOptions build()
        Builds a DeleteSchemaOptions.
        Returns:
        the new DeleteSchemaOptions instance
      • engineId

        public DeleteSchemaOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the DeleteSchemaOptions builder
      • catalogId

        public DeleteSchemaOptions.Builder catalogId​(java.lang.String catalogId)
        Set the catalogId.
        Parameters:
        catalogId - the catalogId
        Returns:
        the DeleteSchemaOptions builder
      • schemaId

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

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