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 catalogName,
                       java.lang.String schemaName,
                       java.lang.String tableName,
                       java.lang.String engineId,
                       java.util.Map<java.lang.String,​java.lang.Object> body)
        Instantiates a new builder with required properties.
        Parameters:
        catalogName - the catalogName
        schemaName - the schemaName
        tableName - the tableName
        engineId - the engineId
        body - the body
    • Method Detail

      • build

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

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

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

        public UpdateTableOptions.Builder tableName​(java.lang.String tableName)
        Set the tableName.
        Parameters:
        tableName - the tableName
        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