Interface GetClusterCredentialsWithIamResponse.Builder

    • Method Detail

      • dbUser

        GetClusterCredentialsWithIamResponse.Builder dbUser​(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.
      • dbPassword

        GetClusterCredentialsWithIamResponse.Builder dbPassword​(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.
      • expiration

        GetClusterCredentialsWithIamResponse.Builder expiration​(Instant 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.
      • nextRefreshTime

        GetClusterCredentialsWithIamResponse.Builder nextRefreshTime​(Instant 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.