Interface UntagRoleRequest.Builder

    • Method Detail

      • roleName

        UntagRoleRequest.Builder roleName​(String roleName)

        The name of the IAM role from which you want to remove tags.

        This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Parameters:
        roleName - The name of the IAM role from which you want to remove tags.

        This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagRoleRequest.Builder tagKeys​(Collection<String> tagKeys)

        A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.

        Parameters:
        tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagRoleRequest.Builder tagKeys​(String... tagKeys)

        A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.

        Parameters:
        tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.