Interface FederatedUser.Builder

    • Method Detail

      • accessKeyId

        FederatedUser.Builder accessKeyId​(String accessKeyId)

        The Amazon Web Services access key ID that identifies the credentials.

        Parameters:
        accessKeyId - The Amazon Web Services access key ID that identifies the credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        FederatedUser.Builder accountId​(String accountId)

        The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.

        Parameters:
        accountId - The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        FederatedUser.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the entity that was used to get the credentials.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the entity that was used to get the credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalId

        FederatedUser.Builder principalId​(String principalId)

        The unique identifier for the entity that was used to get the credentials.

        Parameters:
        principalId - The unique identifier for the entity that was used to get the credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionContext

        FederatedUser.Builder sessionContext​(SessionContext sessionContext)

        The details of the session that was created for the credentials, including the entity that issued the session.

        Parameters:
        sessionContext - The details of the session that was created for the credentials, including the entity that issued the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.