Interface GetConnectionRequest.Builder

    • Method Detail

      • catalogId

        GetConnectionRequest.Builder catalogId​(String catalogId)

        The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

        Parameters:
        catalogId - The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetConnectionRequest.Builder name​(String name)

        The name of the connection definition to retrieve.

        Parameters:
        name - The name of the connection definition to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hidePassword

        GetConnectionRequest.Builder hidePassword​(Boolean hidePassword)

        Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

        Parameters:
        hidePassword - Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.