Class GetTableSnapshotsOptions.Builder

  • Enclosing class:
    GetTableSnapshotsOptions

    public static class GetTableSnapshotsOptions.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 catalogName,
                       java.lang.String schemaName,
                       java.lang.String tableName)
        Instantiates a new builder with required properties.
        Parameters:
        engineId - the engineId
        catalogName - the catalogName
        schemaName - the schemaName
        tableName - the tableName
    • Method Detail

      • build

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

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

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

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

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

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