Interface AccessKeyDetails.Builder

    • Method Detail

      • accessKeyId

        AccessKeyDetails.Builder accessKeyId​(String accessKeyId)

        The access key ID of the user.

        Parameters:
        accessKeyId - The access key ID of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalId

        AccessKeyDetails.Builder principalId​(String principalId)

        The principal ID of the user.

        Parameters:
        principalId - The principal ID of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userName

        AccessKeyDetails.Builder userName​(String userName)

        The name of the user.

        Parameters:
        userName - The name of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userType

        AccessKeyDetails.Builder userType​(String userType)

        The type of the user.

        Parameters:
        userType - The type of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.