Class UpdateTableOptions.Builder

  • Enclosing class:
    UpdateTableOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String catalogId,
                       java.lang.String schemaId,
                       java.lang.String tableId,
                       java.lang.String engineId,
                       java.util.Map<java.lang.String,​java.lang.Object> body)
        Instantiates a new builder with required properties.
        Parameters:
        catalogId - the catalogId
        schemaId - the schemaId
        tableId - the tableId
        engineId - the engineId
        body - the body
    • Method Detail

      • build

        public UpdateTableOptions build()
        Builds a UpdateTableOptions.
        Returns:
        the new UpdateTableOptions instance
      • catalogId

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

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

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

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

        public UpdateTableOptions.Builder body​(java.util.Map<java.lang.String,​java.lang.Object> body)
        Set the body.
        Parameters:
        body - the body
        Returns:
        the UpdateTableOptions builder
      • type

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

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