Class RollbackSnapshotOptions.Builder

  • Enclosing class:
    RollbackSnapshotOptions

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

      • build

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

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

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

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

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

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

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