Interface GetConnectionsRequest.Builder

    • Method Detail

      • catalogId

        GetConnectionsRequest.Builder catalogId​(String catalogId)

        The ID of the Data Catalog in which the connections reside. 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 connections reside. 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.
      • filter

        GetConnectionsRequest.Builder filter​(GetConnectionsFilter filter)

        A filter that controls which connections are returned.

        Parameters:
        filter - A filter that controls which connections are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hidePassword

        GetConnectionsRequest.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.
      • nextToken

        GetConnectionsRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is a continuation call.

        Parameters:
        nextToken - A continuation token, if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetConnectionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of connections to return in one response.

        Parameters:
        maxResults - The maximum number of connections to return in one response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.