Interface Credentials.Builder

    • Method Detail

      • accessKeyId

        Credentials.Builder accessKeyId​(String accessKeyId)

        The access key identifier.

        Parameters:
        accessKeyId - The access key identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretAccessKey

        Credentials.Builder secretAccessKey​(String secretAccessKey)

        The access key.

        Parameters:
        secretAccessKey - The access key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionToken

        Credentials.Builder sessionToken​(String sessionToken)

        The session token.

        Parameters:
        sessionToken - The session token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.