Interface IdNamespaceInputSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>, SdkBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>, SdkPojo
Enclosing class:
IdNamespaceInputSource

public static interface IdNamespaceInputSource.Builder extends SdkPojo, CopyableBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>
  • Method Details

    • inputSourceARN

      IdNamespaceInputSource.Builder inputSourceARN(String inputSourceARN)

      An Glue table ARN for the input source table.

      Parameters:
      inputSourceARN - An Glue table ARN for the input source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaName

      IdNamespaceInputSource.Builder schemaName(String schemaName)

      The name of the schema.

      Parameters:
      schemaName - The name of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.