JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class GetClusterCredentialsWithIAMResult

    • Constructor Detail

      • GetClusterCredentialsWithIAMResult

        public GetClusterCredentialsWithIAMResult()
    • Method Detail

      • setDbUser

        public void setDbUser(String dbUser)

        A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.

        Parameters:
        dbUser - A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
      • getDbUser

        public String getDbUser()

        A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.

        Returns:
        A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
      • withDbUser

        public GetClusterCredentialsWithIAMResult withDbUser(String dbUser)

        A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.

        Parameters:
        dbUser - A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDbPassword

        public void setDbPassword(String dbPassword)

        A temporary password that you provide when you connect to a database.

        Parameters:
        dbPassword - A temporary password that you provide when you connect to a database.
      • getDbPassword

        public String getDbPassword()

        A temporary password that you provide when you connect to a database.

        Returns:
        A temporary password that you provide when you connect to a database.
      • withDbPassword

        public GetClusterCredentialsWithIAMResult withDbPassword(String dbPassword)

        A temporary password that you provide when you connect to a database.

        Parameters:
        dbPassword - A temporary password that you provide when you connect to a database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExpiration

        public void setExpiration(Date expiration)

        The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.

        Parameters:
        expiration - The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
      • getExpiration

        public Date getExpiration()

        The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.

        Returns:
        The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
      • withExpiration

        public GetClusterCredentialsWithIAMResult withExpiration(Date expiration)

        The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.

        Parameters:
        expiration - The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextRefreshTime

        public void setNextRefreshTime(Date nextRefreshTime)

        Reserved for future use.

        Parameters:
        nextRefreshTime - Reserved for future use.
      • getNextRefreshTime

        public Date getNextRefreshTime()

        Reserved for future use.

        Returns:
        Reserved for future use.
      • withNextRefreshTime

        public GetClusterCredentialsWithIAMResult withNextRefreshTime(Date nextRefreshTime)

        Reserved for future use.

        Parameters:
        nextRefreshTime - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /