Class GetConnectionsRequest

    • Method Detail

      • catalogId

        public final 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.

        Returns:
        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.
      • filter

        public final GetConnectionsFilter filter()

        A filter that controls which connections are returned.

        Returns:
        A filter that controls which connections are returned.
      • hidePassword

        public final 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.

        Returns:
        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.
      • nextToken

        public final String nextToken()

        A continuation token, if this is a continuation call.

        Returns:
        A continuation token, if this is a continuation call.
      • maxResults

        public final Integer maxResults()

        The maximum number of connections to return in one response.

        Returns:
        The maximum number of connections to return in one response.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object